Skip to content

Commit

Permalink
install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jvcleave committed May 11, 2018
1 parent 41813ae commit b059d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ meta:
ADDON_URL = https://github.com/jvcleave/ofxOMXPlayer

common:
ADDON_PKG_CONFIG_LIBRARIES = ffmpeg
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 b059d81

Please sign in to comment.