Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37709678
en ru br
ALT Linux repos
S:6.0-alt2.1
D:0.5.0-alt0.14329.1
5.0: 15151-alt5.M50.1
4.1: 11656-alt1.M41.1
4.0: 10629-alt3.M40.0
3.0: 0.4.9-alt2cvs20050406

Group :: Video
RPM: ffmpeg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ffmpeg-20050313-deb-config.patch
Download


diff -ruN ffmpeg.orig/ffmpeg-config.1 ffmpeg/ffmpeg-config.1
--- ffmpeg.orig/ffmpeg-config.1	1970-01-01 03:00:00 +0300
+++ ffmpeg/ffmpeg-config.1	2005-04-08 00:47:38 +0400
@@ -0,0 +1,50 @@
+.TH ffmpeg-config 1 "2004-07-16" "ffmpeg"
+.SH NAME
+ffmpeg-config \- script to get information about the installed version of ffmpeg
+.SH SYNOPSIS
+.B ffmpeg-config
+[ --prefix=
+.IR DIR ]
+[ --version ] [ --libs [<extensions>]] [ --plugin-libs [<extensions>]] [ --cflags ]
+.SH DESCRIPTION
+.B ffmpeg-config
+is a tool that is used to configure and determine the compiler and linker
+flags that should be used to compile and link progams, libraries, and
+plugins that use ffmpeg.
+.SH OPTIONS
+.TP
+.B --cflags
+Print the C compiler flags that are necessary to compile a program or library
+that uses ffmpeg.
+.TP
+.B --libs { avcodec | avformat | postproc }
+Print the linker flags that are necessary to link a program that uses
+libavcodec, libavformat or libpostproc.
+.TP
+.B --plugin-libs { avcodec | avformat | postproc }
+Print the linker flags that are necessary to link a shared object (such as a
+plugin for a program) that uses libavcodec, libavformat or libpostproc.
+.TP
+.BI --prefix= DIR
+If specified, use PREFIX instead of the installation prefix that ffmpeg
+was built with when computing the output for the --cflags, --libs and
+--plugin-libs options. This option must be specified before any of the
+--cflags, --libs and --plugin-libs options.
+.TP
+.B --version
+Prints the currently installed version of ffmpeg on standard output.
+.SH EXAMPLES
+.TP
+gcc -o main.o $(ffmpeg-config --cflags) -c main.c
+is how you might use
+.B ffmpeg-config
+to compile a C source file for an executable program.
+.TP
+gcc -o my_app $(ffmpeg-config --libs avcodec) main.o util.o
+is how you might use
+.B ffmpeg-config
+to link compiled objects into an executable program that uses libavcodec.
+.SH AUTHOR
+This manual page was written for sdl-config by Branden Robinson, originally
+for Progeny Linux Systems, Inc., and the Debian Project. It was adapted to
+ffmpeg by Sam Hocevar.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin