diff options
author | theuni <theuni@svn> | 2010-07-14 06:13:25 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-07-14 06:13:25 +0000 |
commit | 9345365db54ee62b062090be26ecc98d46795b81 (patch) | |
tree | d77f03614414fe831a768fb1fd4f1b4a9abf7179 /configure.in | |
parent | 7c900bfbdbce63ce99847d0ab5f1ccdc64b5d6d4 (diff) |
quick and dirty removal of libfaad from configure. needs a proper fix. this should be reverted for release branch.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31790 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6a7d22a408..42517b1608 100644 --- a/configure.in +++ b/configure.in @@ -1607,7 +1607,6 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/ffmpeg], [ --enable-gpl \ `if test "x$use_vdpau" != "xno"; then echo --enable-vdpau; else echo --disable-vdpau; fi` \ `if test "x$use_vaapi" != "xno"; then echo --enable-vaapi; else echo --disable-vaapi; fi` \ - --enable-libfaad \ --enable-protocol=http \ --enable-pthreads \ `case $host_cpu in powerpc*|arm*) echo --enable-pic ;; esac` \ |