ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Dubrovskiy Viacheslav <slava@tangramltd.com>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] [I] new libav in town
Date: Mon, 08 Aug 2011 22:16:49 -0400
Message-ID: <4E409891.80500@tangramltd.com> (raw)
In-Reply-To: <m3y5zcp4wa.fsf@hammer.lioka.obninsk.ru>

[-- Attachment #1: Type: text/plain, Size: 3783 bytes --]

02.08.2011 04:57, Sergey Bolshakov пишет:
> Привет.
> Сегодня в сизиф, тихо и незаметно, попал libav, наследник ffmpeg.
> Поскольку API у libav несколько отличается, прогнозируется
> некоторый слом со сборкой зависимых пакетов, прошу обращаться
> за содействием в починке, если таковое понадобится.
Как такое чинить?

g++ -o build/src/mgui/ffviewer.o -c -Wall -W -Wno-reorder -O2 -g
-DBOOST_FILESYSTEM_VERSION=2 -ansi -DBOOST_SP_USE_QUICK_ALLOCATOR
-DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DEXT_BOOST -Ibuild/src -Isrc
-Ilibs/boost-logging -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml++-2.6
-I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2
-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
-I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4
-I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4
-I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0
-I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4
-I/usr/lib/gdkmm-2.4/include -I/usr/include/atk-1.0
-I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
-I/usr/lib/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0
src/mgui/ffviewer.cpp
src/mgui/ffviewer.cpp: In function 'void DumpIFile(AVFormatContext*,
int, const std::string&)':
src/mgui/ffviewer.cpp:261:5: warning: 'void
dump_format(AVFormatContext*, int, const char*, int)' is deprecated
(declared at /usr/include/libavformat/avformat.h:1461)
src/mgui/ffviewer.cpp:261:50: warning: 'void
dump_format(AVFormatContext*, int, const char*, int)' is deprecated
(declared at /usr/include/libavformat/avformat.h:1461)
src/mgui/ffviewer.cpp: In function 'bool OpenInfo(FFData&, const char*,
std::string&)':
src/mgui/ffviewer.cpp:316:18: warning: 'int
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int,
AVFormatParameters*)' is deprecated (declared at
/usr/include/libavformat/avformat.h:1053)
src/mgui/ffviewer.cpp:316:75: warning: 'int
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int,
AVFormatParameters*)' is deprecated (declared at
/usr/include/libavformat/avformat.h:1053)
src/mgui/ffviewer.cpp:321:14: error: 'AVERROR_NOENT' was not declared in
this scope
src/mgui/ffviewer.cpp:326:14: error: 'AVERROR_NOFMT' was not declared in
this scope
src/mgui/ffviewer.cpp:329:14: error: 'AVERROR_UNKNOWN' was not declared
in this scope
src/mgui/ffviewer.cpp: In function 'bool IsInHurry(AVCodecContext*)':
src/mgui/ffviewer.cpp:528:17: error: 'struct AVCodecContext' has no
member named 'hurry_up'
src/mgui/ffviewer.cpp: In constructor
'HurryModeEnabler::HurryModeEnabler(AVCodecContext*)':
src/mgui/ffviewer.cpp:538:14: error: 'struct AVCodecContext' has no
member named 'hurry_up'
src/mgui/ffviewer.cpp: In destructor
'HurryModeEnabler::~HurryModeEnabler()':
src/mgui/ffviewer.cpp:558:14: error: 'struct AVCodecContext' has no
member named 'hurry_up'
src/mgui/ffviewer.cpp: In function 'void DoVideoDecode(FFViewer&, int&,
AVPacket*)':
src/mgui/ffviewer.cpp:613:7: warning: suggest explicit braces to avoid
ambiguous 'else'
src/mgui/ffviewer.cpp: In function 'bool IsInHurry(AVCodecContext*)':
src/mgui/ffviewer.cpp:529:1: warning: control reaches end of non-void
function
scons: *** [build/src/mgui/ffviewer.o] Error 1
scons: building terminated because of errors.
error: Bad exit status from /usr/src/tmp/rpm-tmp.31132 (%build)


-- 
WBR,
Dubrovskiy Viacheslav


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 6229 bytes --]

  parent reply	other threads:[~2011-08-09  2:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02  8:57 Sergey Bolshakov
2011-08-03  8:19 ` Slava Semushin
2011-08-03  8:22   ` REAL
2011-08-03  9:26     ` Sergey Bolshakov
2011-08-03  9:35       ` Slava Semushin
2011-08-03 12:50         ` Konstantin Pavlov
2011-08-03  9:34     ` Sergey Kurakin
2011-08-04 11:09       ` Sergey Kurakin
2011-08-09  2:16 ` Dubrovskiy Viacheslav [this message]
2011-08-09  6:37   ` Sergey Bolshakov
2011-08-16 12:22 ` Dubrovskiy Viacheslav
2011-08-16 13:10   ` Sergey Bolshakov
2011-08-16 13:15     ` Dubrovskiy Viacheslav
2011-08-16 13:50       ` Sergey Bolshakov
2011-08-16 14:31         ` Dubrovskiy Viacheslav

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E409891.80500@tangramltd.com \
    --to=slava@tangramltd.com \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git