4 |
# |
# |
5 |
# Edit this file to enable/disable optimizations |
# Edit this file to enable/disable optimizations |
6 |
# |
# |
7 |
# $Id: Makefile.linux,v 1.2 2002-06-09 12:18:23 edgomez Exp $ |
# $Id: Makefile.linux,v 1.3 2002-06-23 19:48:06 edgomez Exp $ |
8 |
# |
# |
9 |
############################################################################# |
############################################################################# |
10 |
|
|
38 |
|
|
39 |
# Enable some experimental/debugging code |
# Enable some experimental/debugging code |
40 |
# (Use only if you know what you're doing !) |
# (Use only if you know what you're doing !) |
41 |
# CFLAGS += -D_DEBUG |
# PSNR during encoding |
42 |
|
# CFLAGS += -D_DEBUG_PSNR |
43 |
|
# BFRAMES encoding |
44 |
# CFLAGS += -DBFRAMES |
# CFLAGS += -DBFRAMES |
45 |
|
# BFRAMES decoding |
46 |
|
# CFLAGS += -DBFRAMES_DEC |
47 |
|
|
48 |
LIBDIR = /usr/local/lib |
LIBDIR = /usr/local/lib |
49 |
|
|