Skip to content

Commit

Permalink
examples/video_player: Put SDL2 and libswscale.so in compartment 1
Browse files Browse the repository at this point in the history
Minor change for blog post.
  • Loading branch information
ayrtonm committed Dec 13, 2023
1 parent 0231147 commit 9a8f29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/video_player/video_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

INIT_RUNTIME(2);
#define IA2_COMPARTMENT 1
#define IA2_COMPARTMENT_LIBRARIES "libSDL2-2.0.so;libswscale.so"
#include <ia2_compartment_init.inc>

static char *video_data;
Expand Down

0 comments on commit 9a8f29b

Please sign in to comment.