mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
9b5d3a77dd
Original commit message from CVS: Some fixes, this at least compiles again and does decoding/encoding against latest ffmpeg CVS
10 lines
423 B
Makefile
10 lines
423 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstffmpeg.la
|
|
|
|
libgstffmpeg_la_SOURCES = gstffmpeg.c gstffmpegenc.c gstffmpegdec.c
|
|
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) -I/opt/src/sourceforge/ffmpeg/
|
|
libgstffmpeg_la_LIBADD =
|
|
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -L/opt/src/sourceforge/ffmpeg/libavcodec -lavcodec -L/opt/src/sourceforge/ffmpeg/libav -lavformat
|
|
|
|
noinst_HEADERS = gstffmpegenc.h gstffmpegdec.h
|