projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ca6f1
)
fix build of goom
author
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 23 Sep 2005 15:01:00 +0000
(15:01 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 23 Sep 2005 15:01:00 +0000
(15:01 +0000)
Original commit message from CVS:
fix build of goom
gst/goom/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/goom/Makefile.am
b/gst/goom/Makefile.am
index 98cb04099ce5c0b3a1d76105450ffdd12c650ece..c265a84fd36405b464f2a7768e719d87a5ecadd6 100644
(file)
--- a/
gst/goom/Makefile.am
+++ b/
gst/goom/Makefile.am
@@
-7,7
+7,7
@@
noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h
libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c
-libgstgoom_la_CFLAGS = $(GST_
BASE_CFLAGS) $(GST
_CFLAGS) $(GOOM_FILTER_CFLAGS)
+libgstgoom_la_CFLAGS = $(GST_
PLUGINS_BASE_CFLAGS) $(GST_BASE
_CFLAGS) $(GOOM_FILTER_CFLAGS)
libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)