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

(-)xine-lib-1.0.ebuild (-4 / +5 lines)
Lines 193-205 Link Here
193
		$(use_enable macos macosx-video) $(use_enable macos coreaudio) \
193
		$(use_enable macos macosx-video) $(use_enable macos coreaudio) \
194
		$(use_enable opengl) \
194
		$(use_enable opengl) \
195
		$(use_enable aac faad) \
195
		$(use_enable aac faad) \
196
		#$(use_with ffmpeg external-ffmpeg) \
197
		#$(use_with dvdnav external-dvdnav) \
198
		${myconf} \
196
		${myconf} \
197
		--enable-shared-xv --with-xv-path=/usr/$(get_libdir) \
199
		--libdir=/usr/$(get_libdir) \
198
		--libdir=/usr/$(get_libdir) \
200
		--with-xv-path=/usr/X11R6/$(get_libdir) \
199
		--x-includes=/usr/X11R6/include --x-libraries=/usr/$(get_libdir) \
201
		--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/$(get_libdir) \
202
		--disable-sdltest || die "Configure failed"
200
		--disable-sdltest || die "Configure failed"
201
		#--with-xv-path=/usr/X11R6/$(get_libdir) \
202
		#$(use_with ffmpeg external-ffmpeg) \
203
		#$(use_with dvdnav external-dvdnav) \
203
204
204
	emake -j1 || die "Parallel make failed"
205
	emake -j1 || die "Parallel make failed"
205
}
206
}

Return to bug 75764