mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ...
Original commit message from CVS: Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake (>1.4d) to avoid horrendous hackery.
This commit is contained in:
parent
b2af90dcb6
commit
58975a15a1
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,8 @@ endif
|
||||||
EXTRA_libgst_la_SOURCES = gstcpuid_i386.s
|
EXTRA_libgst_la_SOURCES = gstcpuid_i386.s
|
||||||
|
|
||||||
|
|
||||||
libcothreads_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -O2
|
libcothreads_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -O2 -D_GNU_SOURCE
|
||||||
libgst_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS)
|
libgst_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -D_GNU_SOURCE
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
|
|
||||||
libcothreads_la_SOURCES = cothreads.c
|
libcothreads_la_SOURCES = cothreads.c
|
||||||
|
@ -55,6 +55,7 @@ libgstincludedir = $(includedir)/gst
|
||||||
libgstinclude_HEADERS = \
|
libgstinclude_HEADERS = \
|
||||||
cothreads.h \
|
cothreads.h \
|
||||||
gst.h \
|
gst.h \
|
||||||
|
gsttypes.h \
|
||||||
gstautoplug.h \
|
gstautoplug.h \
|
||||||
gstbin.h \
|
gstbin.h \
|
||||||
gstbuffer.h \
|
gstbuffer.h \
|
||||||
|
|
Loading…
Reference in a new issue