diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-20 12:12:20 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-20 12:12:20 +0000 |
| commit | ad1c66acec6575ecd078336ee18016c5f4748084 (patch) | |
| tree | f601334142a687d5dab29507db946b50d5842eeb /ffms2/ffms2.pc.in | |
| parent | c83f900c4337f8bb07c1cd6e60c2cebaba24192c (diff) | |
adding ffms2 with small files fix
Diffstat (limited to 'ffms2/ffms2.pc.in')
| -rw-r--r-- | ffms2/ffms2.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ffms2/ffms2.pc.in b/ffms2/ffms2.pc.in new file mode 100644 index 0000000..2568b61 --- /dev/null +++ b/ffms2/ffms2.pc.in @@ -0,0 +1,14 @@ +# @configure_input@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ffms2 +Description: The Fabulous FM Library 2 +Requires.private: libavformat libavcodec libswscale libavutil @libavresample@ +Version: @FFMS_VERSION@ +Libs.private: @ZLIB_LDFLAGS@ -lz +Libs: -L${libdir} -lffms2 +Cflags: -I${includedir} |
