Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: fix compilation issue for static build
  • Loading branch information
perexg committed Nov 3, 2015
1 parent c63371c commit c3d8919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -101,8 +101,10 @@ LDFLAGS += -lmfx
endif
LDFLAGS += ${CONFIG_LIBMFX_VA_LIBS}
endif
ifneq ($(CONFIG_LIBMFX_STATIC),yes)
LDFLAGS += -lavfilter
endif
endif

ifeq ($(CONFIG_HDHOMERUN_STATIC),yes)
CFLAGS += -I${ROOTDIR}/libhdhomerun_static
Expand Down

0 comments on commit c3d8919

Please sign in to comment.