projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added benchmark option
[libav.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
1650c89
..
ffa1b80
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,11
+1,11
@@
# Main ffmpeg Makefile
# (c) 2000, 2001 Gerard Lantau
#
# Main ffmpeg Makefile
# (c) 2000, 2001 Gerard Lantau
#
-include config.mk
+include config.m
a
k
-CFLAGS=
-O2
-Wall -g -I./libavcodec -I./libav
+CFLAGS=
$(OPTFLAGS)
-Wall -g -I./libavcodec -I./libav
LDFLAGS= -g
LDFLAGS= -g
-if
def CONFIG_GPROF
+if
eq ($(TARGET_GPROF),yes)
CFLAGS+=-p
LDFLAGS+=-p
endif
CFLAGS+=-p
LDFLAGS+=-p
endif
@@
-28,7
+28,7
@@
ffserver: ffserver.o libav/libav.a libavcodec/libavcodec.a
gcc $(CFLAGS) -c -o $@ $<
install: all
gcc $(CFLAGS) -c -o $@ $<
install: all
- install -s -m 755 $(PROG) $(
PREFIX
)/bin
+ install -s -m 755 $(PROG) $(
prefix
)/bin
clean:
make -C libavcodec clean
clean:
make -C libavcodec clean
@@
-36,7
+36,7
@@
clean:
rm -f *.o *~ gmon.out TAGS $(PROG)
distclean: clean
rm -f *.o *~ gmon.out TAGS $(PROG)
distclean: clean
- rm -f
Rules.m
k config.h
+ rm -f
config.ma
k config.h
TAGS:
etags *.[ch] libav/*.[ch] libavcodec/*.[ch]
TAGS:
etags *.[ch] libav/*.[ch] libavcodec/*.[ch]