summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 16:40:15 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 16:40:15 +0000
commit94b6f5babac8c35c6ffcd238985980fc44aa3eeb (patch)
tree52dfc9f49305d97a0b258406527134484c17bc4e /libmpcodecs/native
parentd7f71bd743e0bfd01b15c0e2a1d638a6b72a5407 (diff)
downloadmpv-94b6f5babac8c35c6ffcd238985980fc44aa3eeb.tar.bz2
mpv-94b6f5babac8c35c6ffcd238985980fc44aa3eeb.tar.xz
usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8027 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/native')
-rw-r--r--libmpcodecs/native/svq1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/native/svq1.c b/libmpcodecs/native/svq1.c
index 2d64174d64..b662400c17 100644
--- a/libmpcodecs/native/svq1.c
+++ b/libmpcodecs/native/svq1.c
@@ -26,6 +26,9 @@
#include <unistd.h>
#include "../../config.h"
+
+#ifdef USE_SVQ1
+
#include "bswap.h"
/* variable length (bit) code */
@@ -793,3 +796,4 @@ void svq1_free (svq1_t *svq1){
}
}
+#endif