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: Use portable compiler flag constructs in header compilation rule
tags/n1.0
Diego Biurrun
13 years ago
parent
24f8961f93
commit
42ade117dd
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
@@ -46,7 +46,7 @@ COMPILE_S = $(call COMPILE,AS)
$(COMPILE_S)
%.ho: %.h
$(CC) $(C
PPFLAGS) $(CFLAGS) -c -o $@
-x c $<
$(CC) $(C
CFLAGS) -c $(CC_O)
-x c $<
%.ver: %.v
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
Write
Preview
Loading…
Cancel
Save