diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 16:49:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 16:49:54 +0000 |
commit | 4785fe4a9704b659f857e9297ddb9f6e800620ce (patch) | |
tree | 1b21b59de3132b38a6dd65641c2bdaa836b65548 /gst-libs/gst/play/play.h | |
parent | eb9937f2d7efe57534855b722a2fff344716c0d0 (diff) | |
download | gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.tar.gz gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.tar.bz2 gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.zip |
use glib-gen.mak fix Makefile.am bugs and clean them up
Original commit message from CVS:
use glib-gen.mak
fix Makefile.am bugs and clean them up
Diffstat (limited to 'gst-libs/gst/play/play.h')
-rw-r--r-- | gst-libs/gst/play/play.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/play.h b/gst-libs/gst/play/play.h index 2701036c..8ccf827d 100644 --- a/gst-libs/gst/play/play.h +++ b/gst-libs/gst/play/play.h @@ -22,7 +22,7 @@ #include <gst/gst.h> #include <gst/xoverlay/xoverlay.h> -#include <gst/play/playenumtypes.h> +#include <gst/play/play-enumtypes.h> /* GError stuff */ |