faac and libmp4v2
Alexandre Silva Lopes <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Organization | Faculdade de Engenharia da Universidade do Porto |
| Message-ID | <[email protected]> |
Hi Matthias, As you noticed, faac-1.25 detects libmp4v2 but the resulting package doesn't require it - MP4 support is really disabled. The attached patch fixes that, enabling MP4 support using the external libmp4v2. Alexandre -- Alexandre Silva Lopes <[email protected]> Faculdade de Engenharia da Universidade do Porto
faac-1.25-libmp4v2.patch
(text/x-patch, 309 B)
--- configure.in.orig
+++ configure.in
@@ -35,6 +35,8 @@
if test x$external_mp4v2 = xyes; then
AC_MSG_NOTICE([*** Building with external mp4v2 ***])
+ MY_DEFINE(HAVE_LIBMP4V2)
+ LIBS="-lmp4v2 $LIBS"
else
if test x$WITHMP4V2 = xyes; then
AC_MSG_NOTICE([*** Building with internal mp4v2 ***])