mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
428baadc62
Original commit message from CVS: adding ffmpeg, but it needs proper handling
11 lines
346 B
Makefile
11 lines
346 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstffmpeg.la
|
|
|
|
libgstffmpeg_la_SOURCES = gstffmpeg.c gstffmpegenc.c gstffmpegdec.c
|
|
|
|
## FIXME: these really need a kick in the pants !
|
|
## CFLAGS += -I/opt/src/ffmpeg/
|
|
## LDFLAGS += -L/opt/src/ffmpeg/libavcodec -lavcodec -L/opt/src/ffmpeg/libav -lav
|
|
|
|
noinst_HEADERS = gstffmpegenc.h gstffmpegdec.h
|