Hi everyone,
I am trying to update the FreeBSD port of transcode to 1.1.7, and I am running
into an issue. The compile is failing:
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT
-D_THREAD_SAFE -I../libtc -I.. -isystem /usr/local/include -O2 -pipe
-fno-strict-aliasing -MT avidump.lo -MD -MP -MF .deps/avidump.Tpo -c avidump.c
-fPIC -DPIC -o .libs/avidump.o
avidump.c: In function 'dump_vals':
avidump.c:323: error: 'loff_t' undeclared (first use in this function)
avidump.c:323: error: (Each undeclared identifier is reported only once
avidump.c:323: error: for each function it appears in.)
avidump.c:323: error: expected ';' before 'val64'
avidump.c:333: error: 'val64' undeclared (first use in this function)
avidump.c: In function 'ProcessChunk':
avidump.c:608: error: 'loff_t' undeclared (first use in this function)
avidump.c:608: error: expected ';' before 'offset'
avidump.c:615: error: 'offset' undeclared (first use in this function)
gmake[2]: *** [avidump.lo] Error 1
I'm not sure what would be causing this, but any help would be appreciated.
Thanks,
Naram Qashat
On 11/19/11 12:22, Francesco Romani wrote:
Released today.
HG Repo: https://bitbucket.org/france/transcode-tcforge/overview (tag is
release-1_1_7)
bz2 tarballs + checksum for convenience:
https://bitbucket.org/france/transcode-tcforge/downloads
Terse ChangeLog:
Key:
[+] feature added
[!] bugfix of an existing feature
[*] change/improvement (not bugfix) of an existing feature
[-] feature dropped
===========================================================================
transcode-1.1.7
---------------
[*] Update the video stabilization plugins to version 0.80. Speed boost.
Quick recall of the 1.1.6 ChangeLog:
===========================================================================
transcode-1.1.6
---------------
[!] Fixed bugs: #16452, #16703, #16648, #16611, #16844
[!] tcdemux: fixed crash when using the new -A mode.
[*] x264: fix to work properly with libx264 >= 78; require libx264 >= 66.
[*] Update the video stabilization plugins to version 0.79. Speed boost.
[*] Better maximum size detection for avisplit.
[*] EXPERIMENTAL ffmpeg encoder preset support.
[*] FFMpeg 0.8.x compatibility.
[*] video4linux: made the v1 and v2 modules independent. v1 is deprecated.
[!] Backported various minor bugfixes from HEAD/default.
So long, and happy transcoding.
Bests,