mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
340ec2166a
An MPEG layer I, II, and III audio file encoder. PR: 7735 Submitted by: Joel Sutton <jsutton@webnet.com.au>
20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
*** Makefile.in.orig Wed May 20 22:00:23 1998
|
|
--- Makefile.in Wed May 20 22:07:53 1998
|
|
***************
|
|
*** 40,46 ****
|
|
|
|
NINT_SWITCH = @NINTSW@
|
|
|
|
! CC_SWITCHES = -g -O -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG
|
|
|
|
PGM = encode
|
|
|
|
--- 40,46 ----
|
|
|
|
NINT_SWITCH = @NINTSW@
|
|
|
|
! CC_SWITCHES = -g -O3 -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG
|
|
|
|
PGM = encode
|
|
|