From c8f450341998b95766fb9eb2caf9c08b7d9428c7 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 13 Nov 2008 21:44:15 +0000 Subject: ext/jp2k/: Add jp2kenc to jp2k plugin. Original commit message from CVS: * ext/jp2k/Makefile.am: * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_class_init), (gst_jasper_dec_change_state): * ext/jp2k/gstjasperenc.c: (gst_jasper_enc_base_init), (gst_jasper_enc_class_init), (gst_jasper_enc_init), (gst_jasper_enc_reset), (gst_jasper_enc_set_src_caps), (gst_jasper_enc_init_encoder), (gst_jasper_enc_sink_setcaps), (gst_jasper_enc_get_data), (gst_jasper_enc_chain), (gst_jasper_enc_set_property), (gst_jasper_enc_get_property), (gst_jasper_enc_change_state): * ext/jp2k/gstjasperenc.h: * ext/jp2k/gstjp2k.c: (plugin_init): Add jp2kenc to jp2k plugin. --- ext/jp2k/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/jp2k/Makefile.am') diff --git a/ext/jp2k/Makefile.am b/ext/jp2k/Makefile.am index 5e3bfdf8..79aef3ad 100644 --- a/ext/jp2k/Makefile.am +++ b/ext/jp2k/Makefile.am @@ -1,6 +1,6 @@ plugin_LTLIBRARIES = libgstjp2k.la -libgstjp2k_la_SOURCES = gstjasperdec.c +libgstjp2k_la_SOURCES = gstjasperdec.c gstjasperenc.c gstjp2k.c libgstjp2k_la_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(JP2K_CFLAGS) libgstjp2k_la_LIBADD = \ @@ -10,4 +10,5 @@ libgstjp2k_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstjp2k_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ - gstjasperdec.h \ No newline at end of file + gstjasperdec.h \ + gstjasperenc.h \ No newline at end of file -- cgit v1.2.1