mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
266b874436
Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. * autogen.sh: Run autopoint, etc. * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/. * configure.ac: Add gettext stuff.
19 lines
387 B
Makefile
19 lines
387 B
Makefile
plugin_LTLIBRARIES = libgstavi.la
|
|
|
|
libgstavi_la_SOURCES = \
|
|
gstavi.c \
|
|
gstavidemux.c
|
|
|
|
noinst_HEADERS = \
|
|
avi-ids.h \
|
|
gstavimux.h \
|
|
gstavidemux.h
|
|
|
|
libgstavi_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
-I$(top_srcdir)/gst-libs
|
|
libgstavi_la_LIBADD = -lgstriff-0.9
|
|
libgstavi_la_LDFLAGS = \
|
|
$(GST_PLUGIN_LDFLAGS) \
|
|
$(GST_PLUGINS_BASE_LIBS)
|
|
|
|
EXTRA_DIST = README gstavimux.c
|