mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
22a79f5938
Original commit message from CVS: Added enum values with default removed debugging -g from Makefile
6 lines
209 B
Makefile
6 lines
209 B
Makefile
bin_PROGRAMS = gstreamer-launch gstreamer-register gstreamer-inspect
|
|
|
|
CFLAGS = -Wall -O2
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|