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
compile md5 and include in libavutil.a
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivo van Poorten
19 years ago
parent
93d6aeb0a4
commit
fb9cc9e7aa
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavutil/Makefile
+ 2
- 1
libavutil/Makefile
View File
@@ -10,9 +10,10 @@ OBJS= mathematics.o \
rational.o \
intfloat_readwrite.o \
crc.o \
md5.o \
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h
intfloat_readwrite.h
md5.h
NAME=avutil
ifeq ($(BUILD_SHARED),yes)
Write
Preview
Loading…
Cancel
Save