mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
MP4 support v2 (undebugged). This replaces callouts to faad with use of libfaad (aka neaacdec) and loads all components dynamically, much like existing MP1/2/3 support.
This commit is contained in:
13
configure.ac
13
configure.ac
@@ -216,18 +216,17 @@ fi
|
||||
if test -z $MP4V2_DISABLED ; then
|
||||
AC_CHECK_HEADER(mp4v2/mp4v2.h,[MP4V2_HEADER_FOUND=yes],[])
|
||||
if test $MP4V2_HEADER_FOUND ; then
|
||||
AC_CHECK_LIB(mp4v2,MP4Read,[MP4V2_FOUND=yes],[])
|
||||
fi
|
||||
if test $MP4V2_FOUND ; then
|
||||
MP4V2_LIBS="-lmp4v2"
|
||||
AC_DEFINE(HAVE_MP4V2)
|
||||
fi
|
||||
AC_CHECK_HEADER(neaacdec.h,[MP4V2_FOUND=yes],[])
|
||||
if test $MP4V2_FOUND ; then
|
||||
AC_DEFINE(HAVE_MP4_LIBS)
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# Set Hard Library Dependencies
|
||||
#
|
||||
AC_SUBST(LIB_RDLIBS,"-lm -lpthread -lqui -lrd -lcurl -lid3 $FLAC_LIBS $MP4V2_LIBS -lsndfile -lsamplerate -lcdda_interface -lcdda_paranoia -lcrypt -ldl -lpam -lSoundTouch")
|
||||
AC_SUBST(LIB_RDLIBS,"-lm -lpthread -lqui -lrd -lcurl -lid3 $FLAC_LIBS -lsndfile -lsamplerate -lcdda_interface -lcdda_paranoia -lcrypt -ldl -lpam -lSoundTouch")
|
||||
|
||||
#
|
||||
# Setup MPEG Dependencies
|
||||
|
||||
Reference in New Issue
Block a user