mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
ext/jpeg/Makefile.am: Fix compile.
Original commit message from CVS: * ext/jpeg/Makefile.am: Fix compile.
This commit is contained in:
parent
7cc1cf7dbb
commit
6a32222f1d
2 changed files with 6 additions and 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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue