Skip to content

Commit

Permalink
BUILD: Fix Mac static build with libmpeg2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jul 6, 2013
1 parent 9fb96a9 commit a0b6046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports.mk
Expand Up @@ -139,6 +139,10 @@ ifdef USE_FAAD
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfaad.a
endif

ifdef USE_MPEG2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
endif

ifdef USE_ZLIB
OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a
endif
Expand Down

0 comments on commit a0b6046

Please sign in to comment.