diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 16:17:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 16:17:21 +0000 |
commit | f26bbe9de8bffd9eb523648428d001917330a990 (patch) | |
tree | 17e743c2839709581c991ed042da155801637b9f /gst-libs/gst/video/Makefile.am | |
parent | 92084004e68c3dcb69059c644dd659a378dc1706 (diff) | |
download | gstreamer-plugins-bad-f26bbe9de8bffd9eb523648428d001917330a990.tar.gz |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index 48144ae37..7a163773b 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) |