Skip to content

Commit

Permalink
Contribs: flac, simplify rules for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Sep 28, 2016
1 parent 84717ae commit 95b246b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/src/flac/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ endif
FLAC_CFLAGS := $(CFLAGS)
ifdef HAVE_WIN32
FLAC_CFLAGS += -mstackrealign
endif

ifdef HAVE_WIN32
FLAC_CFLAGS="-DFLAC__NO_DLL"
FLAC_CFLAGS +="-DFLAC__NO_DLL"
endif

DEPS_flac = ogg $(DEPS_ogg)
Expand Down

0 comments on commit 95b246b

Please sign in to comment.