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
Makefile: change presets extension to .avpreset
Fixes make install.
tags/n0.9
Anton Khirnov
14 years ago
parent
ec2ac9271c
commit
df3ca34a56
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -78,7 +78,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS := avutil
DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.
ff
preset)
DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.
av
preset)
SKIPHEADERS = cmdutils_common_opts.h
Write
Preview
Loading…
Cancel
Save