mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
gstplay now builds from build-directory, doesn't require a make install
Original commit message from CVS: gstplay now builds from build-directory, doesn't require a make install
This commit is contained in:
parent
b2a9bc3e6b
commit
c8061af9e7
2 changed files with 5 additions and 3 deletions
2
gstplay/.gitignore
vendored
2
gstplay/.gitignore
vendored
|
@ -5,4 +5,6 @@ Makefile.in
|
|||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
gstmediaplay
|
||||
gstplay
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) \
|
||||
$(shell gnome-config --cflags gnomeui) $(shell gstreamer-config --cflags)
|
||||
$(shell gnome-config --cflags gnomeui) -I..
|
||||
|
||||
|
||||
bin_PROGRAMS = gstmediaplay
|
||||
|
@ -25,10 +25,10 @@ CFLAGS += -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
|
|||
#CFLAGS += -pg -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
|
||||
|
||||
gstmediaplay_CFLAGS = $(shell gnome-config --cflags gnomeui) $(shell libglade-config --cflags gnome) \
|
||||
$(shell gstreamer-config --cflags )
|
||||
-I..
|
||||
|
||||
gstmediaplay_LDFLAGS = $(shell gnome-config --libs gnomeui) $(shell libglade-config --libs gnome) \
|
||||
$(shell gstreamer-config --libs ) ./libgstmediaplay.la
|
||||
../gst/libgst.la ./libgstmediaplay.la
|
||||
|
||||
|
||||
if HAVE_LIBXV
|
||||
|
|
Loading…
Reference in a new issue