diff options
Diffstat (limited to 'libavresample/Makefile')
-rw-r--r-- | libavresample/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavresample/Makefile b/libavresample/Makefile index b9ca491194..7d857a0e36 100644 --- a/libavresample/Makefile +++ b/libavresample/Makefile @@ -12,4 +12,7 @@ OBJS = audio_convert.o \ resample.o \ utils.o \ +# Windows resource file +SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o + TESTPROGS = avresample |