Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2020-04-28 18:47:17 +0300
committerMarvin Scholz <epirat07@gmail.com>2020-05-14 23:44:50 +0300
commit9c56be26dcdb5f32584c5e7e810a7884a9ad4fff (patch)
tree4c81eed05d1f0deb917091e524aacd70ae5688b3 /examples/meson.build
parentb585f051c365bbada36bd066dd0a8a237fbf9dca (diff)
Dav1dPlay: Split FIFO to different files
To un-clutter the main dav1dplay.c, move the fifo to its own file and header.
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index bad1d90..0e856d0 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -35,6 +35,7 @@ endif
# dav1d player sources
dav1dplay_sources = files(
'dav1dplay.c',
+ 'dp_fifo.c',
)
sdl2_dependency = dependency('sdl2', version: '>= 2.0.1', required: true)