Nirbheek Chauhan | 42af2d6 | 2016-08-12 21:21:45 +0530 | [diff] [blame] | 1 | mxf_sources = [ |
| 2 | 'mxf.c', |
| 3 | 'mxful.c', |
| 4 | 'mxftypes.c', |
| 5 | 'mxfmetadata.c', |
| 6 | 'mxfessence.c', |
| 7 | 'mxfquark.c', |
| 8 | 'mxfmux.c', |
| 9 | 'mxfdemux.c', |
| 10 | 'mxfaes-bwf.c', |
| 11 | 'mxfmpeg.c', |
| 12 | 'mxfdv-dif.c', |
| 13 | 'mxfalaw.c', |
| 14 | 'mxfjpeg2000.c', |
| 15 | 'mxfd10.c', |
| 16 | 'mxfup.c', |
| 17 | 'mxfvc3.c', |
Tim-Philipp Müller | 9799071 | 2017-02-14 20:19:44 +0000 | [diff] [blame] | 18 | # 'mxfdms1.c', |
Nirbheek Chauhan | 42af2d6 | 2016-08-12 21:21:45 +0530 | [diff] [blame] | 19 | ] |
| 20 | |
| 21 | gstmxf = library('gstmxf', |
| 22 | mxf_sources, |
| 23 | c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ], |
| 24 | include_directories : [configinc], |
Tim-Philipp Müller | d01297e | 2017-12-02 16:01:25 +0000 | [diff] [blame] | 25 | dependencies : [gstbase_dep, gstaudio_dep, gstvideo_dep], |
Nirbheek Chauhan | 42af2d6 | 2016-08-12 21:21:45 +0530 | [diff] [blame] | 26 | install : true, |
| 27 | install_dir : plugins_install_dir, |
| 28 | ) |