diff options
author | Michal Benes <michal.benes@xeris.cz> | 2006-05-22 16:08:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-22 16:08:34 +0000 |
commit | 8cdc3e5e8c6df139b3667649da3466368f8131ea (patch) | |
tree | 6ecc4860667d25f81f1eb63a11d4caf0d0016558 /configure.ac | |
parent | a543c648296729f56932d682f92666fab6ed0635 (diff) | |
download | gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.tar.gz gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.tar.bz2 gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.zip |
New plugin: h264parse (#340638)
Original commit message from CVS:
Patch by: Michal Benes <michal dot benes at xeris dot cz>
* configure.ac:
* gst/h264parse/Makefile.am:
* gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
(gst_h264_parse_finalize), (gst_h264_parse_class_init),
(gst_h264_parse_init), (gst_h264_parse_chain),
(gst_h264_parse_handle_event), (plugin_init):
* gst/h264parse/gsth264parse.h:
New plugin: h264parse (#340638)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 592ab421..cfc04a85 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,7 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ cdxaparse \ freeze \ + h264parse \ modplug \ spectrum \ speed \ @@ -703,6 +704,7 @@ gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile gst/freeze/Makefile +gst/h264parse/Makefile gst/modplug/Makefile gst/modplug/libmodplug/Makefile gst/spectrum/Makefile |