diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 14:29:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 14:29:43 +0000 |
commit | b69e24cfa09c4482f496e7b5c69f1fb54edfccb6 (patch) | |
tree | 1be8bfcffbc1d68e858b24eb795573cb60569068 /ext/hermes | |
parent | 854a7e0af7f9e106ff389ba0b2d4361021639fea (diff) | |
download | gst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.tar.gz gst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.tar.bz2 gst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.zip |
added hermes
Original commit message from CVS:
added hermes
Diffstat (limited to 'ext/hermes')
-rw-r--r-- | ext/hermes/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/hermes/Makefile.am b/ext/hermes/Makefile.am index b7447e5e..40d88e8f 100644 --- a/ext/hermes/Makefile.am +++ b/ext/hermes/Makefile.am @@ -8,10 +8,10 @@ else ARCHSRCS = endif -libcolorspace_la_SOURCES = gstcolorspace.c yuv2yuv.c yuv2rgb.c $(ARCHSRCS) -libcolorspace_la_CFLAGS = $(GST_CFLAGS) -if HAVE_LIBHERMES -libcolorspace_la_LIBADD = $(HERMES_LIBS) +libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2yuv.c yuv2rgb.c $(ARCHSRCS) +libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) +if USE_HERMES +libgstcolorspace_la_LIBADD = $(HERMES_LIBS) endif noinst_HEADERS = gstcolorspace.h yuv2rgb.h |