Skip to content

Commit

Permalink
BUILD: Fix Mac static build with liba52
Browse files Browse the repository at this point in the history
  • Loading branch information
bgK committed Nov 7, 2018
1 parent 1de6335 commit 243e261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports.mk
Expand Up @@ -358,6 +358,10 @@ ifdef USE_MPEG2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
endif

ifdef USE_A52
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/liba52.a
endif

ifdef USE_JPEG
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libjpeg.a
endif
Expand Down

0 comments on commit 243e261

Please sign in to comment.