changed CFLAGS

Original commit message from CVS:
changed CFLAGS
This commit is contained in:
Thomas Vander Stichele 2001-12-13 19:14:01 +00:00
parent 7943a116f6
commit 86d2359346
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ Description: Streaming-media framework, Not Installed
Version: @VERSION@
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Libs: -lgst -L${pcfiledir}/gst/
Cflags: -I${pcfiledir} @GST_DEFINE_CFLAGS@
Cflags: -I${pcfiledir} @GST_CFLAGS@

View file

@ -8,4 +8,4 @@ Description: Streaming-media framework
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Version: @VERSION@
Libs: -L${libdir} -lgst
Cflags: -I${includedir} @GST_DEFINE_CFLAGS@
Cflags: -I${includedir} @GST_CFLAGS@