mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ext/a52dec/Makefile.am: ... and then he said "When you go and fix the build you better make sure you have some spare ...
Original commit message from CVS: * ext/a52dec/Makefile.am: ... and then he said "When you go and fix the build you better make sure you have some spare backslashes in your pocket".
This commit is contained in:
parent
caaaf509cb
commit
8166de657d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-06-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* ext/a52dec/Makefile.am:
|
||||||
|
... and then he said "When you go and fix the build you
|
||||||
|
better make sure you have some spare backslashes in your
|
||||||
|
pocket".
|
||||||
|
|
||||||
2006-06-13 Wim Taymans <wim@fluendo.com>
|
2006-06-13 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/sidplay/gstsiddec.cc:
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
|
|
@ -8,7 +8,7 @@ libgsta52dec_la_CFLAGS = \
|
||||||
$(A52DEC_CFLAGS)
|
$(A52DEC_CFLAGS)
|
||||||
libgsta52dec_la_LIBADD = \
|
libgsta52dec_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstaudio-$(GST_MAJORMINOR)
|
-lgstaudio-$(GST_MAJORMINOR) \
|
||||||
$(LIBOIL_LIBS) \
|
$(LIBOIL_LIBS) \
|
||||||
$(A52DEC_LIBS)
|
$(A52DEC_LIBS)
|
||||||
libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue