Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
* License along with FFmpeg; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavutil/adler32.h"
|
||||
#include "avformat.h"
|
||||
#include "adler32.h"
|
||||
|
||||
typedef struct CRCState {
|
||||
uint32_t crcval;
|
||||
|
||||
Reference in New Issue
Block a user