gst-libs/gst/video/: Fix up build flags and include statement for the new generated enumtypes files, to fix dist.

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.
This commit is contained in:
Jan Schmidt 2009-01-06 10:16:16 +00:00
parent 08393941a8
commit 1b2dc5f3a8
3 changed files with 12 additions and 5 deletions

View file

@ -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:

View 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)

View file

@ -25,7 +25,7 @@
G_BEGIN_DECLS
#include "video-enumtypes.h"
#include <gst/video/video-enumtypes.h>
/**
* GstVideoFormat: