summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-15 20:34:49 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-15 20:34:49 +0000
commitfbb014bfa86dd9183d53d9f2e81ac5abfa75246c (patch)
treefb236f6a20ff6c4ae5c260cdab30bbe10adfd475 /configure.in
parenta7a1b5d1c14b3a0badd915faa2ecf35b930ffcc5 (diff)
downloadxine-lib-fbb014bfa86dd9183d53d9f2e81ac5abfa75246c.tar.gz
xine-lib-fbb014bfa86dd9183d53d9f2e81ac5abfa75246c.tar.bz2
fix ffmpeg's default options
CVS patchset: 2281 CVS date: 2002/07/15 20:34:49
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 13b516dfa..437620fcf 100644
--- a/configure.in
+++ b/configure.in
@@ -202,7 +202,7 @@ AC_SUBST(LIBFFMPEG_CFLAGS)
LIBMPEG2_CFLAGS="" dnl default include path removed, no more needed.
LIBA52_CFLAGS=""
-LIBFFMPEG_CFLAGS=""
+LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H"
AC_ARG_ENABLE(altivec, [ --disable-altivec use assembly codes for Motorola 74xx CPUs],
enable_altivec=no, enable_altivec=yes)