From nobody@FreeBSD.org  Tue Jul 31 16:26:50 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D9E6216A418
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 16:26:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C130C13C45E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 16:26:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6VGQohU083951
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 16:26:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6VGQoR3083950;
	Tue, 31 Jul 2007 16:26:50 GMT
	(envelope-from nobody)
Message-Id: <200707311626.l6VGQoR3083950@www.freebsd.org>
Date: Tue, 31 Jul 2007 16:26:50 GMT
From: Jacob Atzen <jacob@jacobatzen.dk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/ffmpeg incompatible with vlc
X-Send-Pr-Version: www-3.0

>Number:         115090
>Category:       ports
>Synopsis:       multimedia/ffmpeg incompatible with vlc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 16:30:01 GMT 2007
>Closed-Date:    Sat Aug 25 22:04:12 GMT 2007
>Last-Modified:  Sat Aug 25 22:04:12 GMT 2007
>Originator:     Jacob Atzen
>Release:        6.2
>Organization:
>Environment:
>Description:
There is a problem where vlc will refuse to play certain kinds of video if ffmpeg is compiled with software scaler enabled. The exact issue can be noticed by running: 

vlc -vvv --color --list | grep mpeg

Which when the software scaler is enabled will show something like:

main private warning: cannot load module `/usr/local/lib/vlc/codec/libffmpeg_plugin.so' (/usr/local/lib/vlc/codec/libffmpeg_plugin.so: Undefined symbol "img_resample_init")

The issue use of the software scaler was introduced 2 months ago in revision 1.60 of the ffmpeg Makefile.
>How-To-Repeat:

>Fix:
The resolution is to remove the "--enable-swscaler" from the CONFIGURE_ARGS of the multimedia/ffmpeg Makefile. There's a mail detailing the issue here:

http://lists.pld-linux.org/mailman/pipermail/pld-bugs/2007-April/008059.html

I don't know what the proper way to resolve this issue is. For now I have made a local modification to my own Makefile.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 31 16:30:10 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115090 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Sat Aug 25 22:03:30 UTC 2007 
State-Changed-Why:  
Should be fixed by thierry, which he has disabled it by default. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115090 
>Unformatted:
