Commits on Source (5)
-
The VLM sources shouldn't be included if VLM has been disabled.
ebefe42a -
The module_name is parsed from $@ but the target will only include the module name if CPPFLAGS or CFLAGS-like are present for the target. Since we'll use demux_mock in meson to not confuse with another module, also set it in Makefile.am.
aef1d512 -
The test checks that the libvlc thumbnailing API from libvlc_media works correctly with png, jpeg and avcodec/avformat(raw RGB) image encoders.
41bd22f7 -
The test checks that the libvlc thumbnailing API from libvlc_media works correctly with VPX image encoder.
851fb1c4 -
dbefe455
Showing
- modules/demux/Makefile.am 1 addition, 0 deletionsmodules/demux/Makefile.am
- src/meson.build 4 additions, 1 deletionsrc/meson.build
- test/Makefile.am 16 additions, 0 deletionstest/Makefile.am
- test/libvlc/media.c 1 addition, 1 deletiontest/libvlc/media.c
- test/libvlc/media_thumbnail.c 125 additions, 0 deletionstest/libvlc/media_thumbnail.c
- test/libvlc/meson.build 65 additions, 0 deletionstest/libvlc/meson.build
test/libvlc/media_thumbnail.c
0 → 100644