Makefile, codec-cfg.c: Don't use EXTRA_INC flags for codec-cfg compile
commit14d31933913dcab7cc2a0c62a25d04237de92004
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Dec 2008 18:41:47 +0000 (2 20:41 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Dec 2008 18:54:13 +0000 (2 20:54 +0200)
tree6f2929ba306ceccba4acb62da7d624daf9c1a3d5
parenta6af927ea17f5c5a882902653aa95488b87ea512
Makefile, codec-cfg.c: Don't use EXTRA_INC flags for codec-cfg compile

codec-cfg runs on the host system but EXTRA_INC can have target system
paths. The EXTRA_INC was added there for shared libavutil support.
Copy the one #define codec-cfg.c needs from libmpdemux/aviheader.h
(which in turn needed libavutil) instead of including the header, and
drop the EXTRA_INC flags.
Makefile
codec-cfg.c