diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-12-08 15:44:45 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-09 18:57:03 +0100 |
commit | be2d555c980220e65d0ca5c3d78e6cc1e24451a5 (patch) | |
tree | 176d79ae4b139f370a78772f2576f4b517c441b4 /Makefile | |
parent | 0507cd5b9f3c3769645bc6e9177eaf760f490d1c (diff) | |
download | ffmpeg-streaming-be2d555c980220e65d0ca5c3d78e6cc1e24451a5.zip ffmpeg-streaming-be2d555c980220e65d0ca5c3d78e6cc1e24451a5.tar.gz |
build: Use _extralibs variable names instead of _libs everywhere
This makes naming more consistent and simplifies extralibs-related changes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ OBJS-$(1) += $(1).o $(OBJS-$(1)-yes) $(1)$(EXESUF): $$(OBJS-$(1)) $$(OBJS-$(1)): CFLAGS += $(CFLAGS-$(1)) $(1)$(EXESUF): LDFLAGS += $(LDFLAGS-$(1)) -$(1)$(EXESUF): FF_EXTRALIBS += $(LIBS-$(1)) +$(1)$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1)) -include $$(OBJS-$(1):.o=.d) endef |