[xiph-cvs] cvs commit: theora/examples Makefile.am

Ralph Giles giles at xiph.org
Sat Mar 6 23:49:46 PST 2004



giles       04/03/07 02:49:46

  Modified:    .        configure.in
               examples Makefile.am
  Log:
  Don't statically link the example programs. Useful as this is, static
  executables are broken (and unsupported) on MacOS 10.3 and libtool
  hasn't learned to deal with this; therefore we place the burden on the
  builder to make static versions if desired.

Revision  Changes    Path
1.12      +1 -1      theora/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/theora/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- configure.in	27 Jul 2003 18:28:58 -0000	1.11
+++ configure.in	7 Mar 2004 07:49:45 -0000	1.12
@@ -94,7 +94,7 @@
 
 AM_PATH_SDL(,[
         HAVE_SDL=yes
-	SDL_LIBS=`$SDL_CONFIG --static-libs`
+	SDL_LIBS=`$SDL_CONFIG --libs`
 ],AC_MSG_WARN([*** Unable to find SDL -- Not compiling example players ***]))
 
 AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[

<p><p>1.17      +0 -1      theora/examples/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.am	3 Oct 2003 12:40:16 -0000	1.16
+++ Makefile.am	7 Mar 2004 07:49:45 -0000	1.17
@@ -10,7 +10,6 @@
 EXTRA_PROGRAMS = player_example splayer
 
 CFLAGS = $(SDL_CFLAGS)
-LDFLAGS = -all-static 
 LDADD = ../lib/libtheora.la -logg 
 
 dump_video_SOURCES = dump_video.c

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list