Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218338
Collapse All | Expand All

(-)/var/portage/media-video/ffmpeg2theora/ffmpeg2theora-9999.ebuild (+6 lines)
Lines 32-37 Link Here
32
32
33
src_unpack() {
33
src_unpack() {
34
	subversion_src_unpack
34
	subversion_src_unpack
35
	sed -i \
36
		-e "s:#include \"libavformat:#include \"ffmpeg:g" \
37
		-e "s:#include \"libavdevice:#include \"ffmpeg:g" \
38
		-e "s:#include \"libswscale:#include \"ffmpeg:g" \
39
		-e "s:#include \"libpostproc:#include \"postproc:g" \
40
		${S}/${PN}.c
35
	eautoreconf
41
	eautoreconf
36
}
42
}
37
43

Return to bug 218338