Bug 82931 - [PATCH] update multimedia/transcode to 1.0.0rc1
Summary: [PATCH] update multimedia/transcode to 1.0.0rc1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-03 17:20 UTC by Jose M Rodriguez
Modified: 2005-07-05 18:04 UTC (History)
1 user (show)

See Also:


Attachments
patch-transcode (4.29 KB, text/plain)
2005-07-03 17:20 UTC, Jose M Rodriguez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose M Rodriguez 2005-07-03 17:20:33 UTC
	Update multimedia/transcode to the latest RC
	This version has support for latest avcodec API change
	and can be build/use against ffmpeg-devel
Comment 1 Hendrik Scholz 2005-07-04 20:44:35 UTC
Hi!

Works for me. Please keep the wormulon.net MASTER_SITE entries since 
I've uploaded the file to my mirrors.

Thanks for your help Jose!

Hendrik

-- 
Hendrik Scholz - <hscholz@raisdorf.net> - http://www.wormulon.net/
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2005-07-04 21:45:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Grab
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2005-07-05 06:28:55 UTC
State Changed
From-To: open->feedback

Does not build with WITH_MJPEG 

c++ -DHAVE_CONFIG_H -I. -I. -I.. -pthread -D_REENTRANT -D_THREAD_SAFE -DMOD_PATH="/usr/local/lib/transcode" -I.. -I../src -I../libtc -I/usr/include -I../libac3 -I../avilib -I/usr/local/include/avifile -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I../libvo -I/usr/local -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I../libxio -I/usr/X11R6/include -I/usr/local/include -I/compat/linux/usr/include/divx -O2 -fno-strict-aliasing -pipe -march=athlon-xp -I/compat/linux/usr/include/divx -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT af6_decore.lo -MD -MP -MF .deps/af6_decore.Tpo -c af6_decore.cpp  -fPIC -DPIC -o .libs/af6_decore.lo 
In file included from af6_decore.cpp:51: 
/usr/local/include/avifile/cpuinfo.h:4:2: warning: #warning Use #include "avm_cpuinfo.h" instead 
In file included from af6_decore.cpp:55: 
/usr/local/include/avifile/creators.h:4:2: warning: #warning Use #include "avm_creators.h" instead 
af6_decore.cpp: In function `void af6_decore(decode_t*)': 
af6_decore.cpp:216: error: invalid conversion from `char*' to `uint8_t*' 
af6_decore.cpp:216: error:   initializing argument 2 of `ssize_t p_write(int, uint8_t*, size_t)' 
af6_decore.cpp:271: error: invalid conversion from `char*' to `uint8_t*' 
af6_decore.cpp:271: error:   initializing argument 2 of `ssize_t p_write(int, uint8_t*, size_t)' 
af6_decore.cpp:277: error: invalid conversion from `char*' to `uint8_t*' 
af6_decore.cpp:277: error:   initializing argument 2 of `ssize_t p_write(int, uint8_t*, size_t)'
Comment 4 Michael Johnson freebsd_committer freebsd_triage 2005-07-05 18:04:17 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!