This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Do not use full include path for headers in the same directory.
Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
c96bd21227
commit
c4ff7c53e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/i386/idct_sse2_xvid.c
+ 1
- 1
libavcodec/i386/idct_sse2_xvid.c
View File
@@ -39,7 +39,7 @@
*/
#include "libavcodec/dsputil.h"
#include "
libavcodec/i386/
idct_xvid.h"
#include "idct_xvid.h"
/*!
* @file idct_sse2_xvid.c
Write
Preview
Loading…
Cancel
Save