octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48846] video: Unneeded check for libavresampl


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #48846] video: Unneeded check for libavresample
Date: Mon, 22 Aug 2016 06:32:51 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?48846>

                 Summary: video: Unneeded check for libavresample
                 Project: GNU Octave
            Submitted by: rlaboiss
            Submitted on: Mon 22 Aug 2016 06:32:49 AM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Version 1.2.2 of the video package does not build without libavresample-dev
installed in the system (at least in Debian), even though this package is not
listed in the BuildRequires field of the DESCRIPTION file.  This is caused by
the following lines in src/configure.ac:


AC_CHECK_LIB([avresample], [avresample_close], [],
             [AC_MSG_ERROR([$PACKAGE_NAME requires libavresample from
FFmpeg])])


At any rate, this check seems useless, because none of the functions in
libavresample seems to be used in the package.

Please, either include libavresample-dev in BuildRequires or drop the lines
above from src/configure.ac.

Thanks,

Rafael Laboissière





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48846>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]