mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
9 lines
275 B
Makefile
9 lines
275 B
Makefile
|
|
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
|