ffmpeg-config: support special 'librtmp_magic' option
commit4564ff93b0c9d773cbca67aa9465fd2773d22beb
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 23:07:05 +0000 (24 02:07 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 23:15:02 +0000 (24 02:15 +0300)
tree5881896823dbb93f61397351489fe19e8fb95961
parentff619dda2d64afeacf98718c97b8283fb3a79ae9
ffmpeg-config: support special 'librtmp_magic' option

Add support for a special option named 'librtmp_magic'. This will not
be passed literally to FFmpeg; instead the script will try to set all
options required to enable librtmp support. The options set are
'--enable-librtmp', '--extra-cflags=' and '--extra-libs='. The last
two will have suitable values determined with pkg-config.

This is meant to make enabling librtmp easier; just '--enable-librtmp'
doesn't work because FFmpeg's configure lacks pkg-config support and
so fails to determine the required flags automatically.
script/ffmpeg-config