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:
parent
6ded80af92
commit
b77fff47d0
9 changed files with 10 additions and 10 deletions
|
|
@ -22,6 +22,6 @@ OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
|
|||
SHLIBOBJS += log2_tab.o
|
||||
|
||||
# Windows resource file
|
||||
SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
|
||||
SHLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
|
||||
|
||||
TESTPROGS = swresample
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue