Home
last modified time | relevance | path

Searched refs:SDL_LIBS (Results 251 – 275 of 3984) sorted by relevance

1...<<11121314151617181920>>...160

/dports/graphics/gstreamer1-plugins-openjpeg/gst-plugins-bad-1.16.2/m4/
H A Dgst-sdl.m411 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
53 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
151 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/graphics/gstreamer1-plugins-opencv/gst-plugins-bad-1.16.2/m4/
H A Dgst-sdl.m411 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
53 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
151 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/m4/
H A Dgst-sdl.m411 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
53 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
151 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/m4/
H A Dgst-sdl.m411 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
53 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
151 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/m4/
H A Dgst-sdl.m411 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
53 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
151 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A DMakefile105 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
106 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --libs)
111 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
112 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --static-libs)
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A DMakefile105 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
106 SYS_LDFLAGS = $(SDL_LIBS) $(shell ${SDL_CONFIG} --libs)
111 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
112 SYS_LDFLAGS = $(SDL_LIBS) $(shell ${SDL_CONFIG} --static-libs)
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A DMakefile107 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
108 SYS_LDFLAGS = $(SDL_LIBS) $(shell ${SDL_CONFIG} --libs)
113 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg -lmikmod macro
114 SYS_LDFLAGS = $(SDL_LIBS) $(shell ${SDL_CONFIG} --static-libs)
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A DMakefile.am34 SDL_LIBS = @SDL_LIBS@ macro
113 nq_sdl_LDADD= $(nq_sdl_libs) $(SDL_LIBS) $(NET_LIBS)
/dports/games/penguin-command/penguin-command-1.6.11/
H A Dconfigure.in36 $SDL_LIBS)
41 LIBS="$SDL_LIBS $SOUND -lSDL_image -lSDL -lm"
/dports/games/alienblaster/alienblaster/src/
H A DMakefile16 SDL_LIBS=$(shell /usr/local/bin/sdl-config --libs) macro
21 GAME_LIBS=-lSDL_mixer $(SDL_LIBS) $(OPTIMIZATION)
/dports/games/opencity/opencity-0.0.6.5stable/
H A Dacinclude.m410 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
47 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
59 LIBS="$LIBS $SDL_LIBS"
143 LIBS="$LIBS $SDL_LIBS"
171 SDL_LIBS=""
175 AC_SUBST(SDL_LIBS)
/dports/games/quadra/quadra-1.3.0/config/
H A Dconfig.mk.in48 SDL_LIBS:=@SDL_LIBS@
/dports/games/powermanga/powermanga-0.93.1/src/
H A DMakefile.gp2x8 SDL_LIBS = `/usr/local/gp2xdev/bin/sdl-config --libs`
72 $(CC) $(LDFLAGS) -static -s -lm -o $@ $(OBJS) $(LIBS) $(SDL_LIBS)
/dports/audio/ocp/ocp-0.2.90/
H A DRules.make.in65 SDL_LIBS=@SDL_LIBS@
/dports/games/xsoldier/xsoldier-1.8/
H A Dconfigure.ac14 AC_ARG_VAR([SDL_LIBS], [ld flags for SDL library])
48 SDL_LIBS="-lSDL_image `sdl-config --libs`"
106 AC_SUBST([LIBS], ["$X_PRE_LIBS $MY_X_LIBS $SDL_LIBS $LIBS"])
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A DMakefile107 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg macro
108 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --libs)
113 SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg -lmikmod macro
114 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --static-libs)
/dports/games/cuyo/cuyo-2.1.0/
H A Dconfigure.ac128 if test -z "$SDL_LIBS"; then AC_MSG_ERROR([SDL is required to compile Cuyo])
131 AC_CHECK_LIB(SDL_mixer,Mix_OpenAudio,[SDL_LIBS="$SDL_LIBS -lSDL_mixer"],
133 [$SDL_LIBS])
/dports/games/columns/Columns-1.2b/
H A DMakefile.in68 SDL_LIBS = @SDL_LIBS@
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/
H A Dextra.mk.in73 SDL_LIBS ?= @SDL_LIBS@
/dports/games/brutalchess/brutalchess-0.5.2/
H A Dacinclude.m426 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
60 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
72 LIBS="$LIBS $SDL_LIBS"
156 LIBS="$LIBS $SDL_LIBS"
179 SDL_LIBS=""
183 AC_SUBST(SDL_LIBS)
/dports/games/dodgindiamond2/dd2-0.2.2/
H A Daclocal.m421 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
55 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
67 LIBS="$LIBS $SDL_LIBS"
145 LIBS="$LIBS $SDL_LIBS"
168 SDL_LIBS=""
172 AC_SUBST(SDL_LIBS)
/dports/audio/tempest_for_eliza/tempest_for_eliza-1.0.5/
H A Dacinclude.m4150 dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
184 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
196 LIBS="$LIBS $SDL_LIBS"
280 LIBS="$LIBS $SDL_LIBS"
308 SDL_LIBS=""
312 AC_SUBST(SDL_LIBS)
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A DMakefile.am34 SDL_LIBS = @SDL_LIBS@ macro
143 qw_client_sdl_LDADD= libqw_sdl.a $(qw_client_sdl_libs) $(SDL_LIBS) $(NET_LIBS) $(LIBCURL_LIBS)
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/
H A Dconfigure.in56 SDL_LIBS="`sdl-config --libs` $LIBS"
66 AC_SUBST(SDL_LIBS) subst

1...<<11121314151617181920>>...160