mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
08889d7a8f
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
10 lines
324 B
Makefile
10 lines
324 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstxvid.la
|
|
|
|
libgstxvid_la_SOURCES = gstxvidenc.c gstxviddec.c gstxvid.c
|
|
libgstxvid_la_CFLAGS = $(GST_CFLAGS) $(XVID_CFLAGS)
|
|
libgstxvid_la_LIBADD = $(XVID_LIBS)
|
|
libgstxvid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstxvidenc.h gstxviddec.h
|