summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-01 16:17:21 +0000
commitf26bbe9de8bffd9eb523648428d001917330a990 (patch)
tree17e743c2839709581c991ed042da155801637b9f /gst-libs/gst/video/Makefile.am
parent92084004e68c3dcb69059c644dd659a378dc1706 (diff)
downloadgst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.gz
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.bz2
gst-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.zip
fix plugin names move gstvideosink.h to videosink.h
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
Diffstat (limited to 'gst-libs/gst/video/Makefile.am')
-rw-r--r--gst-libs/gst/video/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am
index 48144ae3..7a163773 100644
--- a/gst-libs/gst/video/Makefile.am
+++ b/gst-libs/gst/video/Makefile.am
@@ -5,7 +5,7 @@ library_LTLIBRARIES = libgstvideo.la
libgstvideo_la_SOURCES = video.c gstvideosink.c
libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
-libgstvideoinclude_HEADERS = video.h gstvideosink.h
+libgstvideoinclude_HEADERS = video.h videosink.h
libgstvideo_la_LIBADD =
libgstvideo_la_CFLAGS = $(GST_CFLAGS)