[FFmpeg-cvslog] r11077 - in trunk: Changelog Makefile configure ffmpeg.c ffplay.c libavdevice libavdevice/Makefile libavdevice/alldevices.c libavdevice/audio.c libavdevice/avdevice.h libavdevice/beosaudio.cpp libavdevice/bktr.c libavdevice/dv1394.c libavdevice/dv1394.h libavdevice/libdc1394.c libavdevice/v4l.c libavdevice/v4l2.c libavdevice/x11grab.c libavformat/Makefile libavformat/allformats.c libavformat/audio.c libavformat/beosaudio.cpp libavformat/bktr.c libavformat/dv1394.c libavformat/dv1394.h libavformat/libdc1394.c libavformat/v4l.c libavformat/v4l2.c libavformat/x11grab.c

Luca Abeni lucabe72
Fri Nov 23 08:21:28 CET 2007


Hi Pavlov,

Pavlov Konstantin wrote:
> On Thu, Nov 22, 2007 at 05:10:05PM +0100, lucabe wrote:
>> Author: lucabe
>> Date: Thu Nov 22 17:10:02 2007
>> New Revision: 11077
>>
>> Log:
>> Introduce libavdevice
> 
> avformat is not linked to avdevice:
> 
> verify-elf: ERROR: ./usr/lib/libavdevice.so.52.0.0: undefined symbol:
> av_register_input_format
[...]

How can I reproduce this problem? I tested shared libraries before
committing (and I tested again a fresh checkout now), and everything
is working ok...

Does the problem go away if you add something like
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
              -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec \
              -lavformat$(BUILDSUF) -L$(BUILD_ROOT)/libavformat $(EXTRALIBS)
to libavdevice/Makefile?



				Thanks,
					Luca




More information about the ffmpeg-cvslog mailing list