2000-04-29 16:44:49 -04:00
|
|
|
--- Makefile.orig Thu Apr 20 01:50:18 2000
|
|
|
|
+++ Makefile Thu Apr 20 01:50:39 2000
|
1999-11-20 20:08:44 -05:00
|
|
|
@@ -12,7 +12,7 @@
|
1999-06-11 10:28:31 -04:00
|
|
|
# defaults:
|
|
|
|
PGM = lame
|
|
|
|
CC = gcc
|
2000-04-29 16:44:49 -04:00
|
|
|
-CC_OPTS = -O
|
1999-11-20 20:08:44 -05:00
|
|
|
+CC_OPTS = ${CFLAGS}
|
1999-06-11 10:28:31 -04:00
|
|
|
GTK =
|
|
|
|
GTKLIBS =
|
2000-04-29 16:44:49 -04:00
|
|
|
SNDLIB = -DLAMESNDFILE
|
|
|
|
@@ -136,8 +136,10 @@
|
1999-11-20 20:08:44 -05:00
|
|
|
##########################################################################
|
|
|
|
ifeq ($(UNAME),FreeBSD)
|
|
|
|
# remove if you do not have GTK or do not want the GTK frame analyzer
|
2000-04-16 20:18:05 -04:00
|
|
|
+ifndef WITHOUT_X11
|
1999-11-20 20:08:44 -05:00
|
|
|
GTK = -DHAVEGTK `gtk12-config --cflags`
|
|
|
|
GTKLIBS = `gtk12-config --libs`
|
|
|
|
+endif
|
|
|
|
# Comment out next 2 lines if you want to remove VBR histogram capability
|
|
|
|
BRHIST_SWITCH = -DBRHIST
|
|
|
|
LIBTERMCAP = -lncurses
|