summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-07-11 16:36:21 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-07-11 16:36:21 +0000
commitcf849000b52d55f01ca4906afde0a85cd45c8bc8 (patch)
tree2ab3e71d01a31c5cd35d74b57383c8853918715b /configure.ac
parent32bb30e644897a2a25f2c8586670a6c980aec30d (diff)
downloadxine-lib-cf849000b52d55f01ca4906afde0a85cd45c8bc8.tar.gz
xine-lib-cf849000b52d55f01ca4906afde0a85cd45c8bc8.tar.bz2
moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,
this variable is used where necessary should fix MPEG encoding CVS patchset: 5141 CVS date: 2003/07/11 16:36:21
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 823d3ff92..e345e9948 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ AC_SUBST(LIBFFMPEG_CFLAGS)
LIBMPEG2_CFLAGS=""
LIBA52_CFLAGS=""
-LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY"
+LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_ENCODERS"
AC_ARG_ENABLE(altivec,
[ --disable-altivec use assembly codes for Motorola 74xx CPUs],
@@ -278,7 +278,7 @@ dnl ---------------------------------------------
dnl tvmode support using nvtv
dnl ---------------------------------------------
-AC_ARG_ENABLE(nvtv, [ --enable-nvtv use nvtv for output fullscreen to TV [default=yes]], enable_nvtv="$enableval", enable_nvtv=no)
+AC_ARG_ENABLE(nvtv, [ --enable-nvtv use nvtv for output fullscreen to TV], enable_nvtv="$enableval", enable_nvtv=no)
AC_MSG_CHECKING(for nvtv support)