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
build: Skip generating .version files when cleaning
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.4
Diego Biurrun
James Almer
8 years ago
parent
27a86b8ece
commit
cbe181c8e1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ffbuild/library.mak
+ 2
- 0
ffbuild/library.mak
View File
@@ -1,6 +1,8 @@
include $(SRC_PATH)/ffbuild/common.mak
ifeq (,$(filter %clean,$(MAKECMDGOALS)))
-include $(SUBDIR)lib$(NAME).version
endif
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
Write
Preview
Loading…
Cancel
Save