summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 15:24:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 15:24:07 +0000
commita38b8a35f606a3b6515fb626c13e7c87ef162508 (patch)
tree83fc8f33947cf27fc6331654617332a1dfd27bd5 /ext/jpeg/Makefile.am
parenta784168b8ce7eaf5774c572e8ee12c5b8d86ffd2 (diff)
added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
Original commit message from CVS: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
Diffstat (limited to 'ext/jpeg/Makefile.am')
-rw-r--r--ext/jpeg/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am
new file mode 100644
index 00000000..8f467686
--- /dev/null
+++ b/ext/jpeg/Makefile.am
@@ -0,0 +1,11 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstjpeg.la
+
+libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c
+libgstjpeg_la_LIBADD = $(JPEG_LIBS)
+libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
+## FIXME: check these CFLAGS
+## -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
+
+noinst_HEADERS = gstjpegdec.h gstjpegenc.h