]> mj.ucw.cz Git - vcut.git/commitdiff
Minor changes
authorMartin Mares <mj@albireo.ucw.cz>
Thu, 9 Feb 2006 17:33:35 +0000 (18:33 +0100)
committerMartin Mares <mj@albireo.ucw.cz>
Thu, 9 Feb 2006 17:33:35 +0000 (18:33 +0100)
Makefile
README

index 99fa239c876a489ec052943e42f1a86969ebd524..9cfa8ecf8c0d7a68abce7614ee12452e9843b6b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC=gcc-4.0
-LD=gcc-4.0
+CC=gcc-3.4
+LD=gcc-3.4
 #CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
 CFLAGS=-O0 -g -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
 
@@ -8,8 +8,8 @@ all: vorbiscut
 oggtest: LDFLAGS+=-logg
 vorbistest: LDFLAGS+=-lvorbisfile -logg -lvorbis
 #vorbiscut: LDFLAGS+=-L/opt/lib -static -lvorbisfile -dynamic -logg -lvorbis -lasound -lsndfile
-vorbiscut: vorbiscut.o /tmp/libvorbis-1.0rc3/lib/.libs/libvorbisfile.a /tmp/libvorbis-1.0rc3/lib/.libs/libvorbis.a
-vorbiscut: LDFLAGS+=-L/opt/lib -logg -lasound -lsndfile
+vorbiscut: vorbiscut.o
+vorbiscut: LDFLAGS+=-L/opt/lib -logg -lasound -lsndfile -lvorbisfile -lvorbis
 vorbiscut.o: CFLAGS+=-I/opt/include
 
 clean:
diff --git a/README b/README
index b6777b60669e10cad1d8c24cb35e79d5c6202d4f..8a3463da32dd59b1c2f190438e4953adfbe76699 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,2 @@
 This is a completely unimportant file.
+again playing...