Skip to content

Commit

Permalink
adding libgstlibav support
Browse files Browse the repository at this point in the history
  • Loading branch information
stammit committed Jul 16, 2019
1 parent 10eeefb commit 92559a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/processing/video/LibraryLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,12 @@ public interface DummyLibrary extends Library {
{ "libwinpthread-1", new String[] {}, false },
{ "libx264-148", new String[] {}, false },
{ "libxml2-2", new String[] {}, false },
{ "libz-1", new String[] {}, false }
{ "libz-1", new String[] {}, false },
{ "avcodec-58", new String[] {}, false },
{ "avfilter-7", new String[] {}, false },
{ "avformat-58", new String[] {}, false },
{ "avutil-56", new String[] {}, false },
{ "swresample-3", new String[] {}, false }
};

static final Object[][] MACOSX_DEPENDENCIES = {
Expand Down

0 comments on commit 92559a7

Please sign in to comment.