mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Original commit message from CVS: Made the GstProps a GList instead of a GSList Some fixes to inspect: added the mime type
6 lines
212 B
Makefile
6 lines
212 B
Makefile
bin_PROGRAMS = gstreamer-launch gstreamer-register gstreamer-inspect
|
|
|
|
CFLAGS = -g -Wall -O2
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|