diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-02 14:37:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-02 14:37:04 +0000 |
commit | 3b51d4e107bc12e9b759aa333c1392b0891bc85f (patch) | |
tree | 0c1023624c1d6884f5a5f1c9a12f00dcba8bd7eb /gst | |
parent | bf52c37b138804f81f92fdb438bd191feaaa6199 (diff) | |
download | gst-plugins-bad-3b51d4e107bc12e9b759aa333c1392b0891bc85f.tar.gz gst-plugins-bad-3b51d4e107bc12e9b759aa333c1392b0891bc85f.tar.bz2 gst-plugins-bad-3b51d4e107bc12e9b759aa333c1392b0891bc85f.zip |
sigh
Original commit message from CVS:
sigh
Diffstat (limited to 'gst')
-rw-r--r-- | gst/speed/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 35777499..6a732634 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -14,5 +14,5 @@ noinst_PROGRAMS = demo-mp3 endif demo_mp3_SOURCES = demo-mp3.c -demo_mp3_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) |