diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-23 04:38:37 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-23 04:38:37 +0000 |
commit | 789be9a726efbdffd802c1b770b76148460e6220 (patch) | |
tree | ad0c095687cee4a73855716705f92d77ee9686b2 /gst/mpeg2sub | |
parent | d1141be8b635a8dc5f5678ec7c1e7f8acf282289 (diff) | |
download | gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.gz gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.bz2 gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.zip |
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
Diffstat (limited to 'gst/mpeg2sub')
-rw-r--r-- | gst/mpeg2sub/gstmpeg2subt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index ee51d067..eda8dee6 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -19,7 +19,7 @@ /*#define DEBUG_ENABLED */ -#include <mpeg2subt.h> +#include <gstmpeg2subt.h> static void gst_mpeg2subt_class_init (GstMpeg2SubtClass *klass); static void gst_mpeg2subt_init (GstMpeg2Subt *mpeg2subt); |