mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-14 19:40:29 +00:00
Removes the special -I flag specified in the avcodec/opus/ subdirectory.
This makes code copy-pastable to other parts of the ffmpeg codebase, as
well as simplifying the build script.
It also reduces ambiguity, since there are many instances of same-named
header files existing in both libavformat/ and libavcodec/
subdirectories.
Follows:
|
||
|---|---|---|
| .. | ||
| celt.c | ||
| celt.h | ||
| dec.c | ||
| dec_celt.c | ||
| dsp.c | ||
| dsp.h | ||
| enc.c | ||
| enc.h | ||
| enc_psy.c | ||
| enc_psy.h | ||
| enc_utils.h | ||
| frame_duration_tab.c | ||
| Makefile | ||
| opus.h | ||
| parse.c | ||
| parse.h | ||
| parser.c | ||
| pvq.c | ||
| pvq.h | ||
| rc.c | ||
| rc.h | ||
| silk.c | ||
| silk.h | ||
| tab.c | ||
| tab.h | ||