mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
configure: always enable gnu_windres if available
Use the appropiate Makefile variable to ensure the resource file is only built into shared libraries instead.
This commit is contained in:
@@ -605,7 +605,7 @@ OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o
|
||||
SHLIBOBJS += log2_tab.o
|
||||
|
||||
# Windows resource file
|
||||
SLIBOBJS-$(HAVE_GNU_WINDRES) += avfilterres.o
|
||||
SHLIBOBJS-$(HAVE_GNU_WINDRES) += avfilterres.o
|
||||
|
||||
SKIPHEADERS-$(CONFIG_LCMS2) += fflcms2.h
|
||||
SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
||||
|
||||
Reference in New Issue
Block a user