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
d5ce6a5e
Commit
d5ce6a5e
authored
Jun 01, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding libfame
Original commit message from CVS: adding libfame
parent
e1f17ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
configure.ac
configure.ac
+11
-1
No files found.
configure.ac
View file @
d5ce6a5e
...
@@ -487,6 +487,14 @@ GST_CHECK_FEATURE(LCS, Lcs, lcs, [
...
@@ -487,6 +487,14 @@ GST_CHECK_FEATURE(LCS, Lcs, lcs, [
AC_SUBST(LCS_LIBS)
AC_SUBST(LCS_LIBS)
])
])
dnl *** libfame ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBFAME, true)
GST_CHECK_FEATURE(LIBFAME, [libfame MPEG1/4 encoder], libfame, [
AM_PATH_LIBFAME(0.9.0, HAVE_LIBFAME="yes", HAVE_LIBFAME="no")
AC_SUBST(LIBFAME_CFLAGS)
AC_SUBST(LIBFAME_LIBS)
])
dnl FIXME : check if these CPP flags can be dealt with otherwise
dnl FIXME : check if these CPP flags can be dealt with otherwise
dnl libdvcheck_save_CPPFLAGS="$CPPFLAGS"
dnl libdvcheck_save_CPPFLAGS="$CPPFLAGS"
dnl CPPFLAGS="$CPPFLAGS $GST_CFLAGS"
dnl CPPFLAGS="$CPPFLAGS $GST_CFLAGS"
...
@@ -844,9 +852,10 @@ ext/hermes/Makefile
...
@@ -844,9 +852,10 @@ ext/hermes/Makefile
ext/http/Makefile
ext/http/Makefile
ext/jack/Makefile
ext/jack/Makefile
ext/jpeg/Makefile
ext/jpeg/Makefile
ext/lcs/Makefile
ext/ladspa/Makefile
ext/ladspa/Makefile
ext/lame/Makefile
ext/lame/Makefile
ext/lcs/Makefile
ext/libfame/Makefile
ext/mad/Makefile
ext/mad/Makefile
ext/mikmod/Makefile
ext/mikmod/Makefile
ext/mjpegtools/Makefile
ext/mjpegtools/Makefile
...
@@ -869,6 +878,7 @@ gst-libs/gst/resample/Makefile
...
@@ -869,6 +878,7 @@ gst-libs/gst/resample/Makefile
gst-libs/gst/riff/Makefile
gst-libs/gst/riff/Makefile
gst-libs/gst/floatcast/Makefile
gst-libs/gst/floatcast/Makefile
examples/capsfilter/Makefile
examples/capsfilter/Makefile
examples/seeking/Makefile
examples/Makefile
examples/Makefile
tools/Makefile
tools/Makefile
gconf/Makefile
gconf/Makefile
...
...
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