On Donnerstag, 19. Mai 2005 21:56, Laz wrote:
On Thursday 19 May 2005 18:53, Stefan Lucke wrote:
On Donnerstag, 19. Mai 2005 10:52, Laurence Abbott wrote:
I needed to make another adjustment to the makefile, replacing the FFMPEGLIBS line with: FFMPEGLIBS = `ffmpeg-config --libs avcodec avformat postproc`
ffmpeg-config: where doe this command come from ?
Under Debian, it is part of the libavcodec-dev package. Looking at the manual page for it:
ffmpeg-config(1) ffmpeg-config(1)
Thanks, but that seems to be distribution specific. I do not have this command. AHH, my question is a bit to late, as I've seen now, ffmpeg has pkg-config support (since 20 hours). That makes build step a bit easier :-) .
stefan@jarada:~> pkg-config --cflags libavcodec -I/usr/local/include -I/usr/local/include/ffmpeg stefan@jarada:~> pkg-config --libs libavformat -L/usr/local/lib -lavformat -lavcodec -lm -lz -ldl stefan@jarada:~> pkg-config --libs libavcodec -L/usr/local/lib -lavcodec -lm -lz -ldl
laz@vdr-tng laz $ ffmpeg-config --libs -lvorbis -lvorbisenc -ldts -la52 -lz -lm
tz, tz, tz .