mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
cosmetics: do not use full path for local headers
This commit is contained in:
parent
d11baad055
commit
a5a93fa8f5
3 changed files with 3 additions and 3 deletions
|
|
@ -26,8 +26,8 @@
|
|||
* 3,3 is bugged in the rv40 format and maps to _xy2 version
|
||||
*/
|
||||
|
||||
#include "libavcodec/x86/dsputil_mmx.h"
|
||||
#include "libavcodec/rv34dsp.h"
|
||||
#include "dsputil_mmx.h"
|
||||
|
||||
void ff_put_rv40_chroma_mc8_mmx (uint8_t *dst, uint8_t *src,
|
||||
int stride, int h, int x, int y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue