Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: unexport global CFLAGS,LDFLAGS
  • Loading branch information
perexg committed Oct 13, 2014
1 parent 04da474 commit 3bcfe3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.ffmpeg
Expand Up @@ -18,6 +18,9 @@

include $(dir $(lastword $(MAKEFILE_LIST))).config.mk

unexport CFLAGS
unexport LDFLAGS

define DOWNLOAD
@mkdir -p $(LIBAVDIR)/build
if test -z "$${TVHEADEND_FILE_CACHE}"; then \
Expand Down

0 comments on commit 3bcfe3f

Please sign in to comment.