Add oggplay_get_video_aspect_ratio function
[liboggplay.git] / oggplay.pc.in
blobd6fa885aa91b19e9598f5e8663fa8f209be3689c
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: oggplay
7 Description: Decode from multiple ogg streams synchronously
8 Requires: oggz fishsound theora
9 Version: @VERSION@
10 Libs: -L${libdir} -loggplay 
11 Libs.private: @OGGZ_LIBS@ @FISHSOUND_LIBS@ @THEORA_LIBS@ @TIGER_LIBS@ @KATE_LIBS@
12 Cflags: -I${includedir} @TIGER_CFLAGS@ @KATE_CFLAGS@