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
libavformat needs libavcore
Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
de29597680
commit
4db40efa47
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/Makefile
+ 1
- 1
libavformat/Makefile
View File
@@ -1,7 +1,7 @@
include $(SUBDIR)../config.mak
NAME = avformat
FFLIBS = avcodec avutil
FFLIBS = avcodec av
core av
util
HEADERS = avformat.h avio.h
Write
Preview
Loading…
Cancel
Save