This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
added compilation of RTP/RTSP stuff
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
23 years ago
parent
94ef68647c
commit
bdd7d51848
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libav/Makefile
+ 1
- 1
libav/Makefile
View File
@@ -25,7 +25,7 @@ OBJS+= audio.o
endif
endif
ifeq ($(CONFIG_NETWORK),yes)
ifeq ($(CONFIG_NETWORK),yes)
OBJS+= udp.o http.o
OBJS+= udp.o
tcp.o
http.o
rtsp.o rtp.o rtpproto.o
endif
endif
LIB= libavformat.a
LIB= libavformat.a
Write
Preview
Loading…
Cancel
Save