g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / configs / freebsd
blob70b0e03e947ab2609f296ab7634f18cb99c8f094
1 # Configuration for FreeBSD
3 include $(TOP)/configs/default
5 CONFIG_NAME = FreeBSD
7 # Compiler and flags
8 CC = cc
9 CXX = c++
10 MAKE = gmake
12 OPT_FLAGS  = -O2
13 PIC_FLAGS  = -fPIC
15 DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -DUSE_XSHM \
16         -DHZ=100
18 X11_INCLUDES = -I/usr/local/include
20 CFLAGS += $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(DEFINES) $(X11_INCLUDES) -ffast-math -pedantic
22 CXXFLAGS += $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(DEFINES) $(X11_INCLUDES)
25 # Work around aliasing bugs - developers should comment this out
26 CFLAGS += -fno-strict-aliasing
27 CXXFLAGS += -fno-strict-aliasing
29 EXTRA_LIB_PATH = -L/usr/local/lib