]> git.sesse.net Git - mlt/commit
Avoid repeating -I twice
authorAlberto Villa <avilla@FreeBSD.org>
Thu, 4 Oct 2012 23:19:00 +0000 (01:19 +0200)
committerAlberto Villa <avilla@FreeBSD.org>
Thu, 4 Oct 2012 23:19:00 +0000 (01:19 +0200)
commit48c6e3f7f91ec271d7cefabf6b22bfdedd10b1e5
tree0ddbf06a96474712042164493e9d112863cd4422
parent5fbfb60536b301a92254754676d3720c556ceac2
Avoid repeating -I twice

`pkg-config --cflags` already returns include dir with a prefixed -I,
which made the invocation result discarded (breaking VDPAU check with
non-default FFmpeg).
src/modules/avformat/configure