diff options
author | Matthias Kretz <kretz@kde.org> | 2007-06-04 21:18:49 +0200 |
---|---|---|
committer | Matthias Kretz <kretz@kde.org> | 2007-06-04 21:18:49 +0200 |
commit | a3571c71d767bd68f7245a46dae1d8f04a91eff9 (patch) | |
tree | 0db9a693f1300d9357a44e8cd464b67dd22a6cb0 | |
parent | f8057e9c31400721e7d02ea07728fbb8bd86ec2b (diff) | |
download | xine-lib-a3571c71d767bd68f7245a46dae1d8f04a91eff9.tar.gz xine-lib-a3571c71d767bd68f7245a46dae1d8f04a91eff9.tar.bz2 |
pending a real fix --enable-debug for libxine does not enable debugging options for ffmpeg for now
-rw-r--r-- | contrib/Makefile.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 76b63d100..5f26fd25c 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -52,16 +52,19 @@ configure_options =\ --disable-shared --enable-static --disable-demuxers --disable-muxers --disable-strip \ --enable-gpl --enable-pthreads --disable-ffmpeg --disable-ffserver --disable-ffplay -if DEBUG_BUILD -configure_options += --enable-debug -else +# --enable-debug --disable-opts breaks the build of ffmpeg on x86: +# i386/mpegvideo_mmx_template.c:108: error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’ +# pending a real fix --enable-debug for libxine does not enable debugging options for ffmpeg for now +#if DEBUG_BUILD +#configure_options += --enable-debug +#else configure_options += --disable-debug -endif +#endif if PROFILING_BUILD configure_options += --enable-gprof endif if DISABLE_OPTIMIZATIONS -configure_options += --disable-opts +#configure_options += --disable-opts endif if HAVE_MLIB configure_options += --enable-sunmlib |