gstreamer/gst/Makefile.am
Wim Taymans c306021ce3 Fixed buffer flag handling gstplay used old flag handling updated some plugins for the new objects/error handling
Original commit message from CVS:
Fixed buffer flag handling
gstplay used old flag handling
updated some plugins for the new objects/error handling
Fixed a serious buffer error in gst_buffer_append
2000-12-29 19:45:45 +00:00

90 lines
1.4 KiB
Makefile

# cheap trick to build . first...
SUBDIRS = . types meta elements
lib_LTLIBRARIES = libgst.la
GSTOBJECT_SRCS = \
gstobject.c
GSTOBJECT_INCLUDES = \
gstobject.h
if HAVE_CPU_I386
GSTARCH_SRCS = gstcpuid_i386.s
else
GSTARCH_SRCS =
endif
EXTRA_libgst_la_SOURCES = \
gstcpuid_i386.s
libgst_la_SOURCES = \
gst.c \
gstinfo.c \
$(GSTOBJECT_SRCS) \
gstpad.c \
gstautoplug.c \
gstbuffer.c \
gstbufferpool.c \
gstclock.c \
gstcpu.c \
$(GSTARCH_SRCS) \
gstelement.c \
gstelementfactory.c \
gstextratypes.c \
gstbin.c \
gstpipeline.c \
gstthread.c \
gsttype.c \
gstcaps.c \
gstprops.c \
gstplugin.c \
gstutils.c \
gsttrace.c \
gstmeta.c \
gsttee.c \
gstxml.c \
cothreads.c \
gstscheduler.c
libgstincludedir = $(includedir)/gst
libgstinclude_HEADERS = \
gst.h \
gstinfo.h \
gstlog.h \
$(GSTOBJECT_INCLUDES) \
gstpad.h \
gstautoplug.h \
gstbuffer.h \
gstbufferpool.h \
gstclock.h \
gstcpu.h \
gstelement.h \
gstextratypes.h \
gstbin.h \
gstpipeline.h \
gstthread.h \
gsttype.h \
gstcaps.h \
gstprops.h \
gstplugin.h \
gstutils.h \
gsttrace.h \
gstmeta.h \
gsttee.h \
gstxml.h \
cothreads.h \
gstscheduler.h
noinst_HEADERS = \
gst_private.h \
gstarch.h \
gsti386.h \
gstppc.h
CFLAGS += -g -Wall
libgst_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(XML_LIBS)
libgst_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)
EXTRA_DIST = ROADMAP