Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
dbecb572
Commit
dbecb572
authored
Jan 07, 2002
by
Andy Wingo Wingo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for gsm
Original commit message from CVS: fix for gsm
parent
de654b59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
acconfig.h
acconfig.h
+2
-0
configure.ac
configure.ac
+6
-0
No files found.
acconfig.h
View file @
dbecb572
...
@@ -51,6 +51,8 @@
...
@@ -51,6 +51,8 @@
#undef HAVE_LIBSDL
#undef HAVE_LIBSDL
#undef HAVE_LIBOPENQUICKTIME
#undef HAVE_LIBOPENQUICKTIME
#undef GSM_HEADER_IN_SUBDIR
#undef HAVE_ATOMIC_H
#undef HAVE_ATOMIC_H
#undef GST_DEBUG_ENABLED
#undef GST_DEBUG_ENABLED
...
...
configure.ac
View file @
dbecb572
...
@@ -447,6 +447,12 @@ dnl *** gsm ***
...
@@ -447,6 +447,12 @@ dnl *** gsm ***
translit(dnm, m, l) AM_CONDITIONAL(USE_GSM, true)
translit(dnm, m, l) AM_CONDITIONAL(USE_GSM, true)
GST_CHECK_FEATURE(GSM, [GSM library], gsmenc gsmdec, [
GST_CHECK_FEATURE(GSM, [GSM library], gsmenc gsmdec, [
GST_CHECK_LIBHEADER(GSM, gsm, gsm_create, , gsm.h, GSM_LIBS="-lgsm")
GST_CHECK_LIBHEADER(GSM, gsm, gsm_create, , gsm.h, GSM_LIBS="-lgsm")
if test $HAVE_GSM != "yes"; then
GST_CHECK_LIBHEADER(GSM, gsm, gsm_create, , gsm/gsm.h, GSM_LIBS="-lgsm")
if test $HAVE_GSM = "yes"; then
AC_DEFINE(GSM_HEADER_IN_SUBDIR)
fi
fi
AC_SUBST(GSM_LIBS)
AC_SUBST(GSM_LIBS)
])
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment