diff options
author | Aaron Boxer <boxerab@gmail.com> | 2016-06-21 12:41:46 -0400 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-06-24 11:23:31 +0300 |
commit | e7e6a3579d7ec3b61c80040c679c48c216fb7065 (patch) | |
tree | ec228601c62ac75235d708b6f627d8f22630614d /gst/videoparsers/Makefile.am | |
parent | 539c032345e3f063b5c166262aa7f7346a0d1e2f (diff) | |
download | gstreamer-plugins-bad-e7e6a3579d7ec3b61c80040c679c48c216fb7065.tar.gz |
jpeg2000parse: use enums for colorspace and sampling, rather than strings
Also, move gstjpeg2000sampling to codecparsers project
https://bugzilla.gnome.org/show_bug.cgi?id=767908
Diffstat (limited to 'gst/videoparsers/Makefile.am')
-rw-r--r-- | gst/videoparsers/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am index 588c78137..f81cc0ee3 100644 --- a/gst/videoparsers/Makefile.am +++ b/gst/videoparsers/Makefile.am @@ -31,7 +31,6 @@ noinst_HEADERS = gsth263parse.h h263parse.h \ gsth264parse.h gstmpegvideoparse.h \ gstmpeg4videoparse.h \ gstjpeg2000parse.h \ - gstjpeg2000sampling.h \ gstpngparse.h \ gstvc1parse.h \ gsth265parse.h |