Skip to content

Commit

Permalink
vlc: Pass Lua compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Sep 8, 2016
1 parent 10e3012 commit 19457db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vlc.be0
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PK
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
CFLAGS="-DLUA_COMPAT_5_1" \
bee_configure
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 19457db

Please sign in to comment.