Skip to content

Commit

Permalink
Removing useless code again
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Jul 11, 2024
1 parent e0fbe9d commit 7039206
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/hal/support.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,13 @@ extern hal_platform plat;
extern int series;

#if defined(__arm__)
extern void *gm_video_thread(void);
extern hal_chnstate gm_state[GM_VENC_CHN_NUM];

extern void *v3_audio_thread(void);
extern void *v3_video_thread(void);
extern hal_chnstate v3_state[V4_VENC_CHN_NUM];

extern void *v4_audio_thread(void);
extern void *v4_video_thread(void);
extern hal_chnstate v4_state[V4_VENC_CHN_NUM];

extern void *i6_audio_thread(void);
extern void *i6_video_thread(void);
extern hal_chnstate i6_state[I6_VENC_CHN_NUM];

extern void *i6c_audio_thread(void);
extern void *i6c_video_thread(void);
extern hal_chnstate i6c_state[I6C_VENC_CHN_NUM];

extern void *i6f_audio_thread(void);
extern void *i6f_video_thread(void);
extern hal_chnstate i6f_state[I6F_VENC_CHN_NUM];
#elif defined(__mips__)
extern void *t31_video_thread(void);
extern hal_chnstate t31_state[T31_VENC_CHN_NUM];
#endif

Expand Down

0 comments on commit 7039206

Please sign in to comment.