cmake and auto config can not find ffmeg [fix in svn 12552]

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Locked
www2
Venturer
Venturer
Posts: 537
Joined: Sat May 14, 2005 10:51 am
Location: milkyway->the sol system->earth->Europe->The Nederland->Soud Holland->Leiden
Contact:

cmake and auto config can not find ffmeg [fix in svn 12552]

Post by www2 »

Ubuntu heft cheans the patch for ffmpeg in 9.04
The pats for ffmpeg in 9.04 are:

/usr/include/libavcodec/avcodec.h
/usr/include/libavformat/avformat.h
/usr/include/libavformat/avio.h

edit ffmpeg versions:

Code: Select all

 FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --enable-shared --disable-static
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Apr 10 2009 23:20:33, gcc: 4.3.3

edit2:
here is a list of all .h files in the lib's of ffmpeg:

Code: Select all

libavcodec

/usr/include/libavcodec
/usr/include/libavcodec/avcodec.h
/usr/include/libavcodec/opt.h
/usr/include/libavcodec/vdpau.h
/usr/include/libavcodec/xvmc.h


libavdevice

/usr/include/libavdevice
/usr/include/libavdevice/avdevice.h


libavfilter

/usr/include/libavfilter
/usr/include/libavfilter/avfilter.h


libavformat
/usr/include/libavformat
/usr/include/libavformat/avformat.h
/usr/include/libavformat/avio.h


libavutil

/usr/include/libavutil
/usr/include/libavutil/adler32.h
/usr/include/libavutil/avstring.h
/usr/include/libavutil/avutil.h
/usr/include/libavutil/base64.h
/usr/include/libavutil/common.h
/usr/include/libavutil/crc.h
/usr/include/libavutil/fifo.h
/usr/include/libavutil/intfloat_readwrite.h
/usr/include/libavutil/log.h
/usr/include/libavutil/lzo.h
/usr/include/libavutil/mathematics.h
/usr/include/libavutil/md5.h
/usr/include/libavutil/mem.h
/usr/include/libavutil/pixfmt.h
/usr/include/libavutil/random.h
/usr/include/libavutil/rational.h
/usr/include/libavutil/sha1.h


libpostproc

/usr/include/libpostproc
/usr/include/libpostproc/postprocess.h


libswscale

/usr/include/libswscale
/usr/include/libswscale/swscale.h
All Your Base Are Belong To Us
Locked