diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-08 14:51:35 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-08 14:51:35 +0000 |
| commit | 6a32222f1d3ff64c11d10481636c6020abb956d7 (patch) | |
| tree | 20b4f0bf777c56bfcdde1d23119f8e1c5a50906f | |
| parent | 7cc1cf7dbba5bdab0475c97dc7aeb2e036c77980 (diff) | |
ext/jpeg/Makefile.am: Fix compile.
Original commit message from CVS:
* ext/jpeg/Makefile.am:
Fix compile.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/jpeg/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/jpeg/Makefile.am: + Fix compile. + 2005-08-08 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 31552798..fbc947f2 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -10,7 +10,7 @@ libgstjpeg_la_SOURCES = \ # gstsmokedec.c # smokecodec.c -libgstjpeg_la_CFLAGS = $(GST_CFLAGS) +libgstjpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstjpeg_la_LIBADD = $(JPEG_LIBS) libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
