Skip to content

Commit

Permalink
Merge pull request #128 from jvcleave/pkgconfig
Browse files Browse the repository at this point in the history
Pkgconfig
  • Loading branch information
jvcleave authored Jun 6, 2018
2 parents 1158556 + b059d81 commit cc9e3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ meta:
ADDON_URL = https://github.com/jvcleave/ofxOMXPlayer

common:
ADDON_PKG_CONFIG_LIBRARIES = libavcodec libavdevice libavfilter libavformat libavresample libavutil libpostproc libswresample libswscale
ADDON_INCLUDES = src
ADDON_CFLAGS = -fPIC -U_FORTIFY_SOURCE -Wall -ftree-vectorize -ftree-vectorize -Wno-deprecated-declarations -Wno-sign-compare -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-but-set-variable
ADDON_LDFLAGS= -lavcodec -lavformat -lswscale -lavutil -lswresample -lavfilter -lm -lz
1 change: 1 addition & 0 deletions install_depends.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apt-get install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev

0 comments on commit cc9e3b7

Please sign in to comment.