Skip to content

Commit

Permalink
test: don't define MODULE_xxx without vlc_plugin.h
Browse files Browse the repository at this point in the history
It's not used and confusing.
  • Loading branch information
robUx4 committed Mar 3, 2023
1 parent 41d6cb4 commit 63357fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions test/modules/stream_out/transcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/

#define MODULE_NAME test_transcode_mock
#define MODULE_STRING "test_transcode_mock"
#undef VLC_DYNAMIC_PLUGIN

#include <vlc_fourcc.h>

#define TEST_FLAG_CONVERTER 0x01
Expand Down
4 changes: 0 additions & 4 deletions test/modules/stream_out/transcode_scenarios.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
# include "config.h"
#endif

#define MODULE_NAME test_transcode_mock
#define MODULE_STRING "test_transcode_mock"
#undef VLC_DYNAMIC_PLUGIN

#include <vlc_common.h>
#include <vlc_frame.h>

Expand Down
2 changes: 0 additions & 2 deletions test/src/input/decoder/input_decoder_scenarios.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
# include "config.h"
#endif

#define MODULE_NAME test_input_decoder_mock
#define MODULE_STRING "test_input_decoder_mock"
#undef VLC_DYNAMIC_PLUGIN

#include <vlc_common.h>
#include <vlc_messages.h>
Expand Down
4 changes: 0 additions & 4 deletions test/src/video_output/video_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/

#define MODULE_NAME test_vout_mock
#define MODULE_STRING "test_vout_mock"
#undef VLC_DYNAMIC_PLUGIN

#include <vlc_fourcc.h>
#include <vlc_vout_display.h>

Expand Down
4 changes: 0 additions & 4 deletions test/src/video_output/video_output_scenarios.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
# include "config.h"
#endif

#define MODULE_NAME test_vout_mock
#define MODULE_STRING "test_vout_mock"
#undef VLC_DYNAMIC_PLUGIN

#include <vlc_common.h>
#include "video_output.h"

Expand Down

0 comments on commit 63357fa

Please sign in to comment.