Add oggplay_get_video_aspect_ratio function
[liboggplay.git] / oggplay-uninstalled.pc.in
blobbddb7e2afa15e1b325eef358feb6e29a65108490
1 prefix=
2 exec_prefix=
3 libdir=${pcfiledir}/src/liboggplay/.libs
4 includedir=${pcfiledir}/include
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@