This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
CC := $(CROSS_COMPILE)gcc |
| 2 |
|
| 3 |
CFLAGS := -O2 -ggdb -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -ansi |
| 4 |
LDFLAGS := -Wl,--no-undefined -Wl,--as-needed |
| 5 |
|
| 6 |
GST_CFLAGS := $(shell pkg-config --cflags gstreamer-0.10) |
| 7 |
GST_LIBS := $(shell pkg-config --libs gstreamer-0.10) |
| 8 |
|
| 9 |
DSP_API := 2 |
| 10 |
SN_API := 2 |
| 11 |
|
| 12 |
dspdir := /lib/dsp |
| 13 |
prefix := /usr |