void-packages/srcpkgs/faac/patches/libmp4v2.patch
Juan RP 67ed22e426 Added faac-1.28 build template.
--HG--
extra : convert_revision : 6a3fe35fb2740ac27d0d35d5800d08c71b586263
2009-12-31 00:51:35 +01:00

11 lines
380 B
Diff

--- configure.in 2008-03-02 17:27:47.000000000 +0100
+++ 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 ***])