mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
build: Use portable compiler flag constructs in header compilation rule
This commit is contained in:
parent
24f8961f93
commit
42ade117dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -46,7 +46,7 @@ COMPILE_S = $(call COMPILE,AS)
|
|||
$(COMPILE_S)
|
||||
|
||||
%.ho: %.h
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ -x c $<
|
||||
$(CC) $(CCFLAGS) -c $(CC_O) -x c $<
|
||||
|
||||
%.ver: %.v
|
||||
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue