Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 269de4a

Browse filesBrowse files
committed
don't build libtheora spec
no need to build the spec, plus on debian, it often fails to build with: /cmti7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10 .pfb> Output written on spec.pdf (202 pages, 650157 bytes). Transcript written on spec.log. Makefile:454: recipe for target 'Theora.pdf' failed make[3]: *** [Theora.pdf] Error 1 make[3]: Leaving directory '/home/jason/source/ffmpeg-build-script/packages/libtheora-1.1.1/doc/spec' Makefile:236: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/jason/source/ffmpeg-build-script/packages/libtheora-1.1.1/doc' Makefile:291: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/jason/source/ffmpeg-build-script/packages/libtheora-1.1.1' Makefile:205: recipe for target 'all' failed make: *** [all] Error 2 Failed to Execute make -j 16
1 parent 3b945e0 commit 269de4a
Copy full SHA for 269de4a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ if build "libtheora"; then
272272
sed "s/-fforce-addr//g" configure > configure.patched
273273
chmod +x configure.patched
274274
mv configure.patched configure
275-
execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE}/lib --with-ogg-includes=${WORKSPACE}/include/ --with-vorbis-libraries=${WORKSPACE}/lib --with-vorbis-includes=${WORKSPACE}/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm
275+
execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE}/lib --with-ogg-includes=${WORKSPACE}/include/ --with-vorbis-libraries=${WORKSPACE}/lib --with-vorbis-includes=${WORKSPACE}/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec
276276
execute make -j $MJOBS
277277
execute make install
278278
build_done "libtheora"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.