patches/gpac-03-ldflags.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2169 c3565c12e3bc
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2169
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- gpac.orig/modules/alsa/Makefile	Mon Nov 24 04:14:18 2008
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ gpac/modules/alsa/Makefile	Wed Sep 16 16:53:34 2009
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -31,7 +31,7 @@
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 all: $(LIB)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 $(LIB): $(OBJSPIC)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-	$(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+	$(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 %.o: %.c
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
--- gpac.orig/modules/pulseaudio/Makefile	Mon Nov 24 04:14:19 2008
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
+++ gpac/modules/pulseaudio/Makefile	Wed Sep 16 16:52:29 2009
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
@@ -31,7 +31,7 @@
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
 all: $(LIB)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 $(LIB): $(OBJSPIC)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
-	$(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
+	$(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lpulse-simple
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22
 %.o: %.c
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    23
--- gpac.orig/modules/jack/Makefile	Mon Nov 24 04:14:19 2008
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    24
+++ gpac/modules/jack/Makefile	Wed Sep 16 16:51:11 2009
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    25
@@ -32,7 +32,7 @@
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    26
 all: $(LIB)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    27
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    28
 $(LIB): $(OBJSPIC)
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    29
-	$(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib  -ljack
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    30
+	$(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -ljack
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    31
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    32
 
c3565c12e3bc 2009-09-16 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    33
 %.o: %.c