projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ef686
)
added compilation of RTP/RTSP stuff
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 24 Jul 2002 18:04:24 +0000
(18:04 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 24 Jul 2002 18:04:24 +0000
(18:04 +0000)
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libav/Makefile
b/libav/Makefile
index
48dacab
..
8ff2acf
100644
(file)
--- a/
libav/Makefile
+++ b/
libav/Makefile
@@
-25,7
+25,7
@@
OBJS+= audio.o
endif
ifeq ($(CONFIG_NETWORK),yes)
-OBJS+= udp.o
http
.o
+OBJS+= udp.o
tcp.o http.o rtsp.o rtp.o rtpproto
.o
endif
LIB= libavformat.a