gst-libs/gst/video/: Fix up build flags and include statement for the new generated...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Jan 2009 10:16:16 +0000 (10:16 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Jan 2009 10:16:16 +0000 (10:16 +0000)
Original commit message from CVS:
* gst-libs/gst/video/Makefile.am:
* gst-libs/gst/video/video.h:
Fix up build flags and include statement for the new generated
enumtypes files, to fix dist.

ChangeLog
gst-libs/gst/video/Makefile.am
gst-libs/gst/video/video.h

index 6cac998..ea5de54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * gst-libs/gst/video/Makefile.am:
+       * gst-libs/gst/video/video.h:
+       Fix up build flags and include statement for the new generated
+       enumtypes files, to fix dist.
+
 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
 
        * configure.ac:
index 86f8c10..e19a254 100644 (file)
@@ -15,11 +15,11 @@ CLEANFILES = $(BUILT_SOURCES)
 libgstvideo_@GST_MAJORMINOR@_la_SOURCES = video.c gstvideosink.c gstvideofilter.c
 nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES = $(BUILT_SOURCES)
 
-libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
-libgstvideoinclude_HEADERS = video.h gstvideosink.h gstvideofilter.h
-nodist_libgstvideoinclude_HEADERS = $(built_headers)
+libgstvideo_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
+libgstvideo_@GST_MAJORMINOR@include_HEADERS = video.h gstvideosink.h gstvideofilter.h
+nodist_libgstvideo_@GST_MAJORMINOR@include_HEADERS = $(built_headers)
 
-libgstvideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
+libgstvideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
 libgstvideo_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
 libgstvideo_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
index cbdac97..45b415b 100644 (file)
@@ -25,7 +25,7 @@
 
 G_BEGIN_DECLS
 
-#include "video-enumtypes.h"
+#include <gst/video/video-enumtypes.h>
 
 /**
  * GstVideoFormat: