bilibili / bilibili/ijkplayer

--enable-avdevice have error

Open
#4,841 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
33.2k
Forks
8.2k
PR merge metrics
No merged PRs in 30d

Description

--disable-avdevice change to --enable-avdevice exec compile-ijkplayer.sh have error
"undefined reference to 'avdevice_register_all'" ,But I see header file has include
```c
#if CONFIG_AVDEVICE
#include "libavdevice/avdevice.h"
#endif
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with compile-ijkplayer.sh and inspect the CONFIG_AVDEVICE conditional around libavdevice/avdevice.h and references to avdevice_register_all. Compare the build configuration used by --disable-avdevice and --enable-avdevice, then verify that the enabled configuration compiles without the reported undefined reference.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.