EPIA M with FF Card

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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)

NAME
       ffmpeg-config  -  script to get information about the installed version
       of ffmpeg

SYNOPSIS
       ffmpeg-config [ --prefix= DIR] [ --version ] [ --libs [<extensions>]] [
       --plugin-libs [<extensions>]] [ --cflags ]

{snip}

AUTHOR
       This manual page was written for sdl-config by Branden Robinson, origi-
       nally  for  Progeny Linux Systems, Inc., and the Debian Project. It was
       adapted to ffmpeg by Sam Hocevar.

ffmpeg                            2004-07-16                  ffmpeg-config(1)

Looks like it might be debian specific, although I'm pretty sure things like 
that exist for Gentoo as well.

It gives the correct cflags, libflags, etc.:

laz@vdr-tng laz $ ffmpeg-config --libs
-lvorbis -lvorbisenc -ldts -la52 -lz -lm
laz@vdr-tng laz $

laz@vdr-tng laz $ ffmpeg-config --libs avcodec avformat postproc
-lavcodec -lavformat -lavcodec -lpostproc -lavcodec -lvorbis -lvorbisenc -ldts 
-la52 -lz -lm
laz@vdr-tng laz $

Cheers,

Laz


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux