Giter Club home page Giter Club logo

Comments (6)

rboy1 avatar rboy1 commented on June 17, 2024

FYI libvidstab.a is found in the compiler lib folder.

Here is the output from the config.log file:

/Software/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32-g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1 -D__printf__=gnu_printf -DPTW32_STATIC_LIB -DLIBTWOLAME_STATIC -std=c99 -fomit-frame-pointer -pthread -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2 -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2 -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/fribidi -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2 -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/opus -I/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/schroedinger-1.0 -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/orc-0.4 -D__STDC_CONSTANT_MACROS -c -o /tmp/ffconf.aCk14Jia.o /tmp/ffconf.HF7tXc1U.cpp
cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but not for C++ [enabled by default]
/Software/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32-gcc -Wl,--nxcompat -Wl,--dynamicbase -Wl,--as-needed -o /tmp/ffconf.2OSkPrUC.exe /tmp/ffconf.aCk14Jia.o -lutvideo -lstdc++ -ltwolame -ltwolame -ltheoraenc -ltheoradec -logg -lspeex -lsoxr -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lschroedinger-1.0 -lorc-0.4 -L/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lrtmp -lwinmm -lz -lgnutls -lnettle -lhogweed -lgmp -lcrypt32 -lws2_32 -liconv -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lopus -lopenjpeg -lopencore-amrwb -lopencore-amrnb -lmp3lame -lmodplug -lilbc -lgsm -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lfreetype -lexpat -lfdk-aac -lfaac -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lcaca -lbluray -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lass -lm -lfontconfig -lfribidi -lfreetype -lexpat -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lgnutls -lnettle -lhogweed -lgmp -lcrypt32 -lws2_32 -liconv -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lfontconfig -lfreetype -lexpat -lm -lbz2 -lz -pthread -lpsapi -ladvapi32 -lshell32 -lpng -lstdc++
check_pkg_config vidstab >= 0.98 vid.stab/libvidstab.h vsMotionDetectInit
pkg-config --exists --print-errors vidstab >= 0.98
Requested 'vidstab >= 0.98' but version of vidstab is 0.96
ERROR: vidstab not found

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on June 17, 2024

Nice thanks for the report. Try again with git master (you will need to
nuke your old win32/vidstab folder as well..)

On Sun, Feb 2, 2014 at 9:39 PM, rboy1 [email protected] wrote:

FYI libvidstab.a is found in the compiler lib folder.

Here is the output from the config.log file:

/Software/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32-g++
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1 -D__printf__=gnu_printf-DPTW32_STATIC_LIB -DLIBTWOLAME_STATIC -std=c99 -fomit-frame-pointer
-pthread -I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/fribidi
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/freetype2
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/includ e/opus
-I/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/schroedinger-1.0
-I/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/include/orc-0.4
-D__STDC_CONSTANT_MACROS -c -o /tmp/ffconf.aCk14Jia.o
/tmp/ffconf.HF7tXc1U.cpp
cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but
not for C++ [enabled by default]
/Software/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32-gcc
-Wl,--nxcompat -Wl,--dynamicbase -Wl,--as-needed -o
/tmp/ffconf.2OSkPrUC.exe /tmp/ffconf.aCk14Jia.o -lutvideo -lstdc++
-ltwolame -ltwolame -ltheoraenc -ltheoradec -logg -lspeex -lsoxr
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib
-lschroedinger-1.0 -lorc-0.4
-L/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lrtmp
-lwinmm -lz -lgnutls -lnettle -lhogweed -lgmp -lcrypt32 -lws2_32 -liconv
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lopus
-lopenjpeg -lopencore-amrwb -lopencore-amrnb -lmp3lame -lmodplug -lilbc
-lgsm -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib
-lfreetype -lexpat -lfdk-aac -lfaac
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lcaca
-lbluray -L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib
-lass -lm -lfontconfig -lfribidi -lfreetype -lex pat
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lgnutls
-lnettle -lhogweed -lgmp -lcrypt32 -lws2_32 -liconv
-L/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32/lib -lfontconfig
-lfreetype -lexpat -lm -lbz2 -lz -pthread -lpsapi -ladvapi32 -lshell32
-lpng -lstdc++
check_pkg_config vidstab >= 0.98 vid.stab/libvidstab.h vsMotionDetectInit
pkg-config --exists --print-errors vidstab >= 0.98
Requested 'vidstab >= 0.98' but version of vidstab is 0.96
ERROR: vidstab not found

Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-33924377
.

from ffmpeg-windows-build-helpers.

rboy1 avatar rboy1 commented on June 17, 2024

Why are you using 430b4cffeb - why not just use the latest git head?

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on June 17, 2024

(he might have some incompatible breaking changes in 0.99, since he had
some with 0.98, so I don't trust future stuff :)

On Mon, Feb 3, 2014 at 12:35 PM, rboy1 [email protected] wrote:

Why are you using 430b4cffeb - why not just use the latest git head?

Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-33990927
.

from ffmpeg-windows-build-helpers.

rboy1 avatar rboy1 commented on June 17, 2024

I'll take your word for it, but I think since he's designed it for ffmpeg, it should work with ffmpeg latest builds.

from ffmpeg-windows-build-helpers.

gaming-hacker avatar gaming-hacker commented on June 17, 2024

i think ffmpeg's configure file is crap. not to get off on a rant because this isn't ffmpeg, but ffmpeg's configure chokes on x265, vidstab, etc

from ffmpeg-windows-build-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.