taskGnash - The GNU Flash player - Tasks: task #6956, Reimplement code using img_convert...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #6956: Reimplement code using img_convert to use libswscale

Submitter:  Martin Guy <martinwguy>
Submitted:  Wed 30 May 2007 08:41:16 PM UTC
   
 
Should Start On:  Wed 30 May 2007 12:00:00 AM UTC Should be Finished on:  Wed 30 May 2007 12:00:00 AM UTC
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  bjacques Percent Complete:  100%
Open/Closed:  Closed Effort:  0.00

Wed 30 May 2007 08:41:16 PM UTC, original submission:  

Debian sid's ffmpeg has now got recent enough to not support our use of deprecated img_convert.

See http://article.gmane.org/gmane.comp.gnu.gnash.devel2/1061
recommending use of libswscale

e.g. Debian sid now gives:

ccache g++ -pthread -mcpu=7450 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wl,--as-needed -o .libs/gparser parser.o -Wl,--export-dynamic  ../server/.libs/libgnashserver.so -L/usr/lib ...
../server/.libs/libgnashserver.so: undefined reference to `img_convert'
collect2: ld returned 1 exit status
make[2]: * [gparser] Error 1
make[2]: Leaving directory `/home/andrew/documents/src/gnash/utilities'


Using SVN FFMPEG is even worse, see https://savannah.gnu.org/bugs/?20002
but just using libswscale for img_convert will get us some of the way there and sort debian sid out (hence why this is a separate item from bug 20002)

Martin Guy <martinwguy>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques (Updated the item)
  • -email is unavailable- added by martinwguy (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-05-31 bjacques StatusNone Done
        Percent Complete0% 100%
        Open/ClosedOpen Closed
    2007-05-31 bjacques Assigned toNone bjacques

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code