mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d769377619
Original commit message from CVS: 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/snapshot/Makefile.am: * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect), (gst_snapshot_chain): * ext/snapshot/gstsnapshot.h: This has to be a joke... Snapshot should be connected to a tee, colorspace element before it and EOS after that, where the other src of the tee receives normal data. The current way is *wrong*.
10 lines
262 B
Makefile
10 lines
262 B
Makefile
|
|
plugin_LTLIBRARIES = libgstsnapshot.la
|
|
|
|
libgstsnapshot_la_SOURCES = \
|
|
gstsnapshot.c
|
|
libgstsnapshot_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsnapshot_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
|
|
libgstsnapshot_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstsnapshot.h
|