diff options
author | Benjamin Otte <otte@redhat.com> | 2018-02-27 23:19:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-03-18 21:01:23 +0100 |
commit | 800bcb5cb46c685e5b26f527477b1f5993f939b3 (patch) | |
tree | 5aaa4e9afca2d8142a362d0843a3de70009ef910 /config.h.meson | |
parent | e4338c4d422501a459c714a82da76e2ec29b7727 (diff) | |
download | gtk+-800bcb5cb46c685e5b26f527477b1f5993f939b3.tar.gz |
gtk: Add ffmpeg implementation of GtkMediaFile
This adds a module using ffmpeg to implement the GtkMediaFile interface.
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 54dec7fa82..054831bbfa 100644 --- a/config.h.meson +++ b/config.h.meson @@ -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 |