Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Mark global variables as extern #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/media_drv_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
#define BRC_INIT_IGNORE_PICTURE_HEADER_SIZE 0x2000
#define BRC_INIT_DISABLE_MBBRC 0x8000

UINT SEARCH_PATH_TABLE[2][8][16];
UINT ME_CURBE_INIT_DATA[30];
extern UINT SEARCH_PATH_TABLE[2][8][16];
extern UINT ME_CURBE_INIT_DATA[30];
#endif