diff options
author | David Schleef <ds@schleef.org> | 2011-02-20 14:16:18 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-03-23 21:33:49 -0700 |
commit | 3ada35cc0e1adbbf7822e83eb83656b74dbb3b1f (patch) | |
tree | 934bd40a65bca4b728e25e847f242819eb8a9594 /gst-libs/gst/video/Makefile.am | |
parent | d1a78aa3f9e737023b31ec84fef11e13002a12ea (diff) | |
download | gstreamer-plugins-bad-3ada35cc0e1adbbf7822e83eb83656b74dbb3b1f.tar.gz |
basevideo: merge utils header into basevideocodec
Diffstat (limited to 'gst-libs/gst/video/Makefile.am')
-rw-r--r-- | gst-libs/gst/video/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index a0c4026ec..a31276b1b 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -11,7 +11,6 @@ libgstbasevideo_@GST_MAJORMINOR@_la_SOURCES = \ libgstbasevideo_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video libgstbasevideo_@GST_MAJORMINOR@include_HEADERS = \ - gstbasevideoutils.h \ gstbasevideocodec.h \ gstbasevideodecoder.h \ gstbasevideoencoder.h |