mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
test: don't define MODULE_STRING
It can be deduced from MODULE_NAME.
This commit is contained in:
parent
96d2232aa3
commit
914b66ed39
@ -27,7 +27,6 @@
|
||||
#undef VLC_DYNAMIC_PLUGINS
|
||||
|
||||
#define MODULE_NAME ios_interface
|
||||
#define MODULE_STRING "ios_interface"
|
||||
#undef VLC_DYNAMIC_PLUGINS
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_lua_extension
|
||||
#define MODULE_STRING "test_lua_extension"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_misc_medialibrary
|
||||
#define MODULE_STRING "test_misc_medialibrary"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_transcode_mock
|
||||
#define MODULE_STRING "test_transcode_mock"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_input_decoder_mock
|
||||
#define MODULE_STRING "test_input_decoder_mock"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_misc_image
|
||||
#define MODULE_STRING "test_misc_image"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_misc_image_cvpx
|
||||
#define MODULE_STRING "test_misc_image_cvpx"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_offscreen_mock
|
||||
#define MODULE_STRING "test_offscreen_mock"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
/* Define a builtin module for mocked parts */
|
||||
#define MODULE_NAME test_vout_mock
|
||||
#define MODULE_STRING "test_vout_mock"
|
||||
#undef VLC_DYNAMIC_PLUGIN
|
||||
|
||||
#include "../../libvlc/test.h"
|
||||
|
Loading…
Reference in New Issue
Block a user