PKGBUILDs/extra/faac/libmp4v2.patch

12 lines
390 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- faac/configure.in 2008-03-02 17:27:47.000000000 +0100
+++ faac/configure.in 2008-03-02 17:30:15.000000000 +0100
@@ -36,6 +36,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 ***])