mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
Nothing in this directory actually uses Freetype
Original commit message from CVS: Nothing in this directory actually uses Freetype
This commit is contained in:
parent
63294c0655
commit
06956522a7
3 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@ examples = seek spider_seek cdplayer cdparanoia vorbisfile
|
||||||
noinst_PROGRAMS = $(examples)
|
noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
|
@ -3,5 +3,5 @@ examples = seek spider_seek cdplayer cdparanoia vorbisfile
|
||||||
noinst_PROGRAMS = $(examples)
|
noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
|
@ -3,5 +3,5 @@ examples = seek spider_seek cdplayer cdparanoia vorbisfile
|
||||||
noinst_PROGRAMS = $(examples)
|
noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue