Skip to content

Commit

Permalink
gtk: Add ffmpeg implementation of GtkMediaFile
Browse files Browse the repository at this point in the history
This adds a module using ffmpeg to implement the GtkMediaFile interface.
  • Loading branch information
Benjamin Otte committed Mar 18, 2018
1 parent e4338c4 commit 800bcb5
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.h.meson
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#mesondefine HAVE_DLFCN_H

/* Have the ffmpeg library */
#mesondefine HAVE_FFMPEG

/* Define to 1 if you have the <ftw.h> header file. */
#mesondefine HAVE_FTW_H

Expand Down
Loading

0 comments on commit 800bcb5

Please sign in to comment.