[vdr] Help building xine-lib-1.2 --with-external-ffmpeg
I've been running around in circles trying to get xine-lib-1.2 built with external ffmpeg. I currently use 1.2 with CoreAVC and would like to explore the h.264 improvements in ffmpeg trunk. I am suspecting my ffmpeg configuration/build/installation, but don't know what's wrong. I have: Cleaned the libav* directories from /usr/local/include Pulled a current SVN of ffmpeg : URL: svn://svn.mplayerhq.hu/ffmpeg/trunk Repository Root: svn://svn.mplayerhq.hu/ffmpeg Repository UUID: 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b Revision: 15291 ffmpeg configure: ./configure --arch=i686 --cpu=athlon64 --enable-gpl --enable-postproc --enable-pthreads --enable-liba52 --enable-libmp3lame --enable-libvorbis Builds sucessfully and the install places the following header directories in /usr/local/include: libavcodeclibavdevicelibavformat libavutillibpostproclibswscale Xine-lib 1.2 from HG: changeset: 10649:650d69296d66 date:Fri Sep 05 18:02:23 2008 +0200 configured with: ./autogen.sh --with-external-ffmpeg Nothing in this xine-lib has been patched yet (for vdr or CAVC) as I am trying to get the build environment working properly before I mess with my CAVC patched version. Compile fails with: gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -f expensive-optimizations -mtune=athlon -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ffmpeg_decoder.lo -MD -MP -MF .deps/ffmpeg_decoder.Tpo -c ffmpeg_decoder.c -fPIC -DPIC -o .libs/ffmpeg_decoder.o mv -f .deps/ffmpeg_decoder.Tpo .deps/ffmpeg_decoder.Plo/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -mtune=athlon -fvisibility=hidden-pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ff_audio_decoder.lo -MD -MP -MF .deps/ff_audio_decoder.Tpo -c -o ff_audio_decoder.lo ff_audio_decoder.c gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -mtune=athlon -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ff_audio_decoder.lo -MD -MP -MF .deps/ff_audio_decoder.Tpo -c ff_audio_decoder.c -fPIC -DPIC -o .libs/ff_audio_decoder.o ff_audio_decoder.c: In function 'ff_audio_decode_data': ff_audio_decoder.c:272: error: 'AVCodecContext' has no member named 'bits_per_sample' ff_audio_decoder.c:325: error: implicit declaration of function 'avcodec_decode_audio' ff_audio_decoder.c:330: error: 'AVCodecContext' has no member named 'bits_per_sample' make[4]: *** [ff_audio_decoder.lo] Error 1 make[4]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src' make: *** [all-recursive] Error 1 xine-lib compiles fine without the external ffmpeg flag, and xine-lib-1.1.14 compiles with or without external ffmpeg using the same configure options. I have tried adding CCPFLAGS directives like: CPPFLAGS="-I/usr/local/include/libavcodec -I/usr/local/include/libavdevice -I/usr/local/include/libavformat -I/usr/local/include/
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg
Op Vr, 12 september, 2008 16:42, schreef Todd Luliak: > I've been running around in circles trying to get xine-lib-1.2 built with > external ffmpeg. I currently use 1.2 with CoreAVC and would like to > explore the h.264 improvements in ffmpeg trunk. > I am suspecting my ffmpeg configuration/build/installation, but don't know > what's wrong. > > -- SNIP -- > > ff_audio_decoder.c: In function 'ff_audio_decode_data': > ff_audio_decoder.c:272: error: 'AVCodecContext' has no member named > 'bits_per_sample' > ff_audio_decoder.c:325: error: implicit declaration of function > 'avcodec_decode_audio' > ff_audio_decoder.c:330: error: 'AVCodecContext' has no member named > 'bits_per_sample' > > -- SNIP -- Currently I'm starting with a new VDR system on Xubuntu 8.04. And I have the exact same issue. Latest trunk of ffmpeg and the latest SVN of xine-lib 1.2. > xine-lib compiles fine without the external ffmpeg flag, and > xine-lib-1.1.14 compiles with or without external ffmpeg using the same > configure options. > -- SNIP -- I tried it with older version of xine-lib with or without external-ffmpeg, it failes at the exact same item (SVN, 1.1.14 and 1.1.15 were tested and have the same problem). > and the result is the same > Your help is GREATLY appreciated as I have tried everything I know and > everything I found > in searches over the last three days. I'm stumped. Same here. I did come around how to fix the 'bits_per_sample' message (it had to do with a change in ffmpeg after a certain revision). However, I'm not able to resolve the implicit declaration of function 'avcodec_decode_audio' error. But to be honest, I was a bit fedup last night. So if anybody can help me (or us ;) with this, that would be great. I was thinking of send this message to the xine mailinglist, but perhaps some VDR users know how to fix this. > -Todd > Niels Wagenaar ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg
- Original Message - From: Todd Luliak To: vdr@linuxtv.org Sent: Friday, September 12, 2008 7:42 AM Subject: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg I've been running around in circles trying to get xine-lib-1.2 built with external ffmpeg. I currently use 1.2 with CoreAVC and would like to explore the h.264 improvements in ffmpeg trunk. I am suspecting my ffmpeg configuration/build/installation, but don't know what's wrong. I have: Cleaned the libav* directories from /usr/local/include Pulled a current SVN of ffmpeg : URL: svn://svn.mplayerhq.hu/ffmpeg/trunk Repository Root: svn://svn.mplayerhq.hu/ffmpeg Repository UUID: 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b Revision: 15291 ffmpeg configure: ./configure --arch=i686 --cpu=athlon64 --enable-gpl --enable-postproc --enable-pthreads --enable-liba52 --enable-libmp3lame --enable-libvorbis Builds sucessfully and the install places the following header directories in /usr/local/include: libavcodeclibavdevicelibavformat libavutillibpostproclibswscale Xine-lib 1.2 from HG: changeset: 10649:650d69296d66 date:Fri Sep 05 18:02:23 2008 +0200 configured with: ./autogen.sh --with-external-ffmpeg Nothing in this xine-lib has been patched yet (for vdr or CAVC) as I am trying to get the build environment working properly before I mess with my CAVC patched version. Compile fails with: gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -f expensive-optimizations -mtune=athlon -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ffmpeg_decoder.lo -MD -MP -MF .deps/ffmpeg_decoder.Tpo -c ffmpeg_decoder.c -fPIC -DPIC -o .libs/ffmpeg_decoder.o mv -f .deps/ffmpeg_decoder.Tpo .deps/ffmpeg_decoder.Plo/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -mtune=athlon -fvisibility=hidden-pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ff_audio_decoder.lo -MD -MP -MF .deps/ff_audio_decoder.Tpo -c -o ff_audio_decoder.lo ff_audio_decoder.c gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -mtune=athlon -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT ff_audio_decoder.lo -MD -MP -MF .deps/ff_audio_decoder.Tpo -c ff_audio_decoder.c -fPIC -DPIC -o .libs/ff_audio_decoder.o ff_audio_decoder.c: In function 'ff_audio_decode_data': ff_audio_decoder.c:272: error: 'AVCodecContext' has no member named 'bits_per_sample' ff_audio_decoder.c:325: error: implicit declaration of function 'avcodec_decode_audio' ff_audio_decoder.c:330: error: 'AVCodecContext' has no member named 'bits_per_sample' make[4]: *** [ff_audio_decoder.lo] Error 1 make[4]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src/combined' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src' make: *** [all-recursive] Error 1 xine-lib compiles
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg
On Fri, Sep 12, 2008 at 9:01 PM, Timothy D. Lenz <[EMAIL PROTECTED]> wrote: > > > - Original Message - > From: Todd Luliak > To: vdr@linuxtv.org > Sent: Friday, September 12, 2008 7:42 AM > Subject: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg > I've been running around in circles trying to get xine-lib-1.2 built with > external ffmpeg. I currently use 1.2 with CoreAVC and would like to explore > the h.264 improvements in ffmpeg trunk. > I am suspecting my ffmpeg configuration/build/installation, but don't know > what's wrong.. > -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length > -Wmissing-format-attribute > -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts > -Wmissing-declarations > -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT > ffmpeg_decoder.lo -MD -MP -MF > .deps/ffmpeg_decoder.Tpo -c ffmpeg_decoder.c -fPIC -DPIC -o > .libs/ffmpeg_decoder.o > mv -f .deps/ffmpeg_decoder.Tpo .deps/ffmpeg_decoder.Plo/bin/sh > ../../../libtool --tag=CC > --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. > -I../../../include -I../../../include -I../../../src > -I../../../src/xine-engine -I../../../src/xine-engine > -I../../../src/xine-utils -I../../../src/input -I../../../src/input > -I../../../lib -I../../../lib -I/usr/local/include > -I/usr/local/include-I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 > -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math > -fexpensive-optimizations -mtune=athlon > -fvisibility=hidden-pipe -Wall -Wformat=2 -Wno-format-zero-length > -Wmissing-format-attribute > -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts > -Wmissing-declarations > -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT > ff_audio_decoder.lo -MD -MP -MF > .deps/ff_audio_decoder.Tpo -c -o ff_audio_decoder.lo ff_audio_decoder.c > gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include > -I../../../include -I../../../src > -I../../../src/xine-engine -I../../../src/xine-engine > -I../../../src/xine-utils -I../../../src/input -I../../../src/input > -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include > -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 > -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math > -fexpensive-optimizations -mtune=athlon > -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length > -Wmissing-format-attribute > -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts > -Wmissing-declarations > -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT > ff_audio_decoder.lo -MD -MP -MF > .deps/ff_audio_decoder.Tpo -c ff_audio_decoder.c -fPIC -DPIC -o > .libs/ff_audio_decoder.o > > ff_audio_decoder.c: In function 'ff_audio_decode_data': > ff_audio_decoder.c:272: error: 'AVCodecContext' has no member named > 'bits_per_sample' > ff_audio_decoder.c:325: error: implicit declaration of function > 'avcodec_decode_audio' > ff_audio_decoder.c:330: error: 'AVCodecContext' has no member named > 'bits_per_sample' > make[4]: *** [ff_audio_decoder.lo] Error 1 > make[4]: Leaving directory > `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' > make[3]: *** [all] Error 2 > make[3]: Leaving directory > `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/usr/local/src/newtest/xine-lib-1.2/src/combined' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src' > make: *** [all-recursive] Error 1 > > xine-lib compiles fine without the external ffmpeg flag, and xine-lib-1.1.14 > compiles with or without external ffmpeg using the same configure options. > I have tried adding CCPFLAGS directives like: > CPPFLAGS="-I/usr/local/include/libavcodec -I/usr/local/include/libavdevice > -I/usr/local/include/libavformat -I/usr/local/include/libavutil > -I/usr/local/include/libpostproc" ./autogen.sh --prefix=/usr/local > --disable-dxr3 --enable-shared --with-external-ffmpeg > and the result is the same > Your help is GREATLY appreciated as I have tried everything I know and > everything I found > in searches over the last three days. I'm stumped. > -Todd > > > > I am trying to do the same thing, only I need directfb, dfb++ and df_xine > because I have a matrox 450. I am currently using Nexus out, so havn't got > xine working yet. I think you need --with-external-ffmpeg=soft as the flag > now but not sure. > > I can't get directfb-extras (which contains df_xine) to build. looks like > it's because I'm runing 64bit. > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > I am trying to do this to, and i get today ffmpeg snapshoot and today xine-lib snapshoot and xine-lib cant be compiled here to. As i got some answer on #ffmpeg quote " there was an api change, if xine-lib hasn't b
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg
On Fri, Sep 12, 2008 at 9:15 PM, crow <[EMAIL PROTECTED]> wrote: > On Fri, Sep 12, 2008 at 9:01 PM, Timothy D. Lenz <[EMAIL PROTECTED]> wrote: >> >> >> - Original Message - >> From: Todd Luliak >> To: vdr@linuxtv.org >> Sent: Friday, September 12, 2008 7:42 AM >> Subject: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg >> I've been running around in circles trying to get xine-lib-1.2 built with >> external ffmpeg. I currently use 1.2 with CoreAVC and would like to explore >> the h.264 improvements in ffmpeg trunk. >> I am suspecting my ffmpeg configuration/build/installation, but don't know >> what's wrong.. >> -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length >> -Wmissing-format-attribute >> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts >> -Wmissing-declarations >> -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT >> ffmpeg_decoder.lo -MD -MP -MF >> .deps/ffmpeg_decoder.Tpo -c ffmpeg_decoder.c -fPIC -DPIC -o >> .libs/ffmpeg_decoder.o >> mv -f .deps/ffmpeg_decoder.Tpo .deps/ffmpeg_decoder.Plo/bin/sh >> ../../../libtool --tag=CC >> --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. >> -I../../../include -I../../../include -I../../../src >> -I../../../src/xine-engine -I../../../src/xine-engine >> -I../../../src/xine-utils -I../../../src/input -I../../../src/input >> -I../../../lib -I../../../lib -I/usr/local/include >> -I/usr/local/include-I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 >> -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math >> -fexpensive-optimizations -mtune=athlon >> -fvisibility=hidden-pipe -Wall -Wformat=2 -Wno-format-zero-length >> -Wmissing-format-attribute >> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts >> -Wmissing-declarations >> -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT >> ff_audio_decoder.lo -MD -MP -MF >> .deps/ff_audio_decoder.Tpo -c -o ff_audio_decoder.lo ff_audio_decoder.c >> gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include >> -I../../../include -I../../../src >> -I../../../src/xine-engine -I../../../src/xine-engine >> -I../../../src/xine-utils -I../../../src/input -I../../../src/input >> -I../../../lib -I../../../lib -I/usr/local/include -I/usr/local/include >> -I../../../src/dxr3 -D_FILE_OFFSET_BITS=64 >> -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math >> -fexpensive-optimizations -mtune=athlon >> -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length >> -Wmissing-format-attribute >> -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts >> -Wmissing-declarations >> -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -MT >> ff_audio_decoder.lo -MD -MP -MF >> .deps/ff_audio_decoder.Tpo -c ff_audio_decoder.c -fPIC -DPIC -o >> .libs/ff_audio_decoder.o >> >> ff_audio_decoder.c: In function 'ff_audio_decode_data': >> ff_audio_decoder.c:272: error: 'AVCodecContext' has no member named >> 'bits_per_sample' >> ff_audio_decoder.c:325: error: implicit declaration of function >> 'avcodec_decode_audio' >> ff_audio_decoder.c:330: error: 'AVCodecContext' has no member named >> 'bits_per_sample' >> make[4]: *** [ff_audio_decoder.lo] Error 1 >> make[4]: Leaving directory >> `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' >> make[3]: *** [all] Error 2 >> make[3]: Leaving directory >> `/usr/local/src/newtest/xine-lib-1.2/src/combined/ffmpeg' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory >> `/usr/local/src/newtest/xine-lib-1.2/src/combined' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/usr/local/src/newtest/xine-lib-1.2/src' >> make: *** [all-recursive] Error 1 >> >> xine-lib compiles fine without the external ffmpeg flag, and xine-lib-1.1.14 >> compiles with or without external ffmpeg using the same configure options. >> I have tried adding CCPFLAGS directives like: >> CPPFLAGS="-I/usr/local/include/libavcodec -I/usr/local/include/libavdevice >> -I/usr/local/include/libavformat -I/usr/local/include/libavutil >> -I/usr/local/include/libpostproc" ./autogen.sh --prefix=/usr/local >> --disable-dxr3 --enable-shared --with-external-ffmpeg >> and the result is the same >> Your help is GREATLY appreciated as I have tried everything I know and >> everything I found >> in searches over the last three days. I'm stumped. >> -Todd >> >> >> >> I am trying to do the same thing, only I need directfb, dfb++ and df_xine >> because I have a matrox 450. I am currently using Nexus out, so havn't got >> xine working yet. I think you need --with-external-ffmpeg=soft as the flag >> now but not sure. >> >> I can't get directfb-extras (which contains df_xine) to build. looks like >> it's because I'm runing 64bit. >> >> ___ >> vdr mailing list >> vdr@linuxtv.org >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr >> >> > > I am trying to do this to, and i get tod
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg
Op Vr, 12 september, 2008 21:27, schreef crow: > On Fri, Sep 12, 2008 at 9:15 PM, crow <[EMAIL PROTECTED]> wrote: > -- SNIP -- > You can try this revision of ffmpeg r15261 as r15261 Major version > http://git.mplayerhq.hu/?p=ffmpeg;a=commit;h=0472f3ecb8d65997f6de234110c5de06dc38a8f6 > : > svn checkout -r r15261 svn://svn.mplayerhq.hu/ffmpeg/trunk > ffmpeg_12.09.2008_test > Again thanks _ds_ on #xine > A small typo on your end: svn checkout -r 15261 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg_12.09.2008_test And indeed, with this version compiling the latest svn of Xine-lib goes correctly :) Niels Wagenaar ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr