]> git.pld-linux.org Git - packages/libtheora.git/blame - libtheora-nostatic.patch
- updated to 1.0alpha3
[packages/libtheora.git] / libtheora-nostatic.patch
CommitLineData
41175af3
JB
1--- libtheora-1.0alpha2/configure.in.orig 2003-06-09 23:23:50.000000000 +0200
2+++ libtheora-1.0alpha2/configure.in 2003-08-16 02:11:46.770106256 +0200
3@@ -79,7 +79,7 @@
4
5 AM_PATH_SDL(,[
6 HAVE_SDL=yes
7- SDL_LIBS=`$SDL_CONFIG --static-libs`
8+ SDL_LIBS=`$SDL_CONFIG --libs`
9 ],AC_MSG_WARN([*** Unable to find SDL -- Not compiling player_example ***]))
10 AM_CONDITIONAL(HAVE_SDL, test "$HAVE_SDL" = "yes")
11
12--- libtheora-1.0alpha2/examples/Makefile.am.orig 2003-06-04 00:14:56.000000000 +0200
13+++ libtheora-1.0alpha2/examples/Makefile.am 2003-08-16 02:15:48.466362840 +0200
14@@ -12,7 +12,6 @@
15
16 noinst_PROGRAMS = encoder_example dump_video $(player_example)
17
18-LDFLAGS = -all-static
19 LDADD = ../lib/libtheora.la -logg -lm
20
21 dump_video_SOURCES = dump_video.c
This page took 0.029067 seconds and 4 git commands to generate.