[Bug 706601] New: Windows compilation fails since libav v9.5

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 22 10:32:04 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706601
  GStreamer | gst-libav | git

           Summary: Windows compilation fails since libav v9.5
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-libav
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lubosz at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst-libav-git build fails because of following gcc error

In file included from libavcodec/dxva2_internal.h:31:0,
                 from libavcodec/dxva2.c:23:
libavcodec/dxva2.h:34:18: fatal error: d3d9.h: No such file or directory
compilation terminated.
make[5]: *** [libavcodec/dxva2.o] Error 1
make[5]: Leaving directory
`/c/Users/bmonkey/cerbero/sources/windows_x86/gst-libav-git-None/gst-libs/ext/libav'
make[4]: *** [all-local] Error 2
make[4]: Leaving directory
`/c/Users/bmonkey/cerbero/sources/windows_x86/gst-libav-git-None/gst-libs/ext'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/c/Users/bmonkey/cerbero/sources/windows_x86/gst-libav-git-None/gst-libs/ext'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/c/Users/bmonkey/cerbero/sources/windows_x86/gst-libav-git-None/gst-libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/c/Users/bmonkey/cerbero/sources/windows_x86/gst-libav-git-None'
make: *** [all] Error 2
***** Error running 'buildone' command:
Recipe 'gst-libav-git' failed at the build step 'compile'


After bisecting this is the failing commit


127202d6f65584891dabf92be031f0d170b0e7f1 is the first bad commit
commit 127202d6f65584891dabf92be031f0d170b0e7f1
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Apr 23 14:19:48 2013 +0200

    libav: Update to v9.5

:040000 040000 bd801898525bd6f3d9f514bd2e4efe33bbc8477e
41a82dbb3be0f4137f78a1453f60224d0cc0033f M      gst-libs


Reverting 127202d6f65584891dabf92be031f0d170b0e7f1 helps, but libav has to be
bisected between 9.4 and 9.5 for further investigation.

Adding the headers manually via -I did not work, neither in cerbero, nor in
autotools for ges-libav.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list