diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 20:21:19 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 20:21:19 +0000 |
commit | 52c9ad318bc088d899f32572bf5871f67b0ff8a4 (patch) | |
tree | 1909c5dafdf81b81fafea361bf26e0dfe1be5698 /ext | |
parent | ded068daeb82bbe7462307b59633231e33756556 (diff) |
more fixes
Original commit message from CVS:
more fixes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/Makefile.am | 6 | ||||
-rw-r--r-- | ext/mikmod/gstmikmod.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am index e044aa45..5b90bf5a 100644 --- a/ext/dv/Makefile.am +++ b/ext/dv/Makefile.am @@ -2,9 +2,9 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstdvdec.la -libdvdec_la_SOURCES = gstdvdec.c -libdvdec_la_LIBADD = $(DV_LIBS) -libdvdec_la_CFLAGS = $(GST_CFLAGS) +libgstdvdec_la_SOURCES = gstdvdec.c +libgstdvdec_la_LIBADD = $(DV_LIBS) +libgstdvdec_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = gstdvdec.h diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c index 593eb6b8..9ab89e7c 100644 --- a/ext/mikmod/gstmikmod.c +++ b/ext/mikmod/gstmikmod.c @@ -19,7 +19,7 @@ #include "gstmikmod.h" -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include <stdlib.h> GstElementDetails mikmod_details = { |