Commits on Source (8)
-
Steve Lhomme authored
If that structure changes, the core should also reflect that change. vlc_entry__core is also defined that way in libvlc-module.c via vlc_module_begin().
87d64675 -
Steve Lhomme authored
This will avoid defining it in all test files. They all include vlc_plugin.h because they need vlc_set_cb.
a8ad45a9 -
Steve Lhomme authored
We should not use names stating with underscore for our internal code. This is almost the same name used in the makefile for more coherence. HAVE_DYNAMIC_PLUGINS already exists in the core. We keep a different name to separate the 2 usages. For now they mean exactly the same thing.
722c0fa2 -
Steve Lhomme authored6b64606f
-
Steve Lhomme authoreda22746f3
-
Steve Lhomme authored
Put it before the vlc_plugin.h include like other test files.
26b9e636 -
Steve Lhomme authored
If MODULE_STRING is not defined just use a default name. If MODULE_NAME is not set either it's a dynamic plugin and the MODULE_STRING should be set, or it's an internal test and we don't care about the name.
41d6cb46 -
Steve Lhomme authored
It's not used and confusing.
63357faa
Showing
- include/vlc_plugin.h 13 additions, 4 deletionsinclude/vlc_plugin.h
- modules/common.am 1 addition, 1 deletionmodules/common.am
- modules/meson.build 1 addition, 1 deletionmodules/meson.build
- src/modules/modules.h 2 additions, 4 deletionssrc/modules/modules.h
- src/vlc-plugin.pc.in 1 addition, 1 deletionsrc/vlc-plugin.pc.in
- test/iosvlc.m 8 additions, 7 deletionstest/iosvlc.m
- test/modules/lua/extension.c 1 addition, 4 deletionstest/modules/lua/extension.c
- test/modules/misc/medialibrary.c 1 addition, 4 deletionstest/modules/misc/medialibrary.c
- test/modules/stream_out/transcode.c 1 addition, 4 deletionstest/modules/stream_out/transcode.c
- test/modules/stream_out/transcode.h 0 additions, 4 deletionstest/modules/stream_out/transcode.h
- test/modules/stream_out/transcode_scenarios.c 0 additions, 4 deletionstest/modules/stream_out/transcode_scenarios.c
- test/src/input/decoder/input_decoder.c 2 additions, 5 deletionstest/src/input/decoder/input_decoder.c
- test/src/input/decoder/input_decoder_scenarios.c 0 additions, 2 deletionstest/src/input/decoder/input_decoder_scenarios.c
- test/src/input/demux-run.c 6 additions, 7 deletionstest/src/input/demux-run.c
- test/src/misc/image.c 1 addition, 4 deletionstest/src/misc/image.c
- test/src/misc/image_cvpx.c 1 addition, 4 deletionstest/src/misc/image_cvpx.c
- test/src/video_output/opengl.c 5 additions, 6 deletionstest/src/video_output/opengl.c
- test/src/video_output/video_output.c 2 additions, 7 deletionstest/src/video_output/video_output.c
- test/src/video_output/video_output.h 0 additions, 4 deletionstest/src/video_output/video_output.h
- test/src/video_output/video_output_scenarios.c 0 additions, 4 deletionstest/src/video_output/video_output_scenarios.c