Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75069 Details for
Bug 116015
avidemux 2.0.42-r1 and 2.1_pre1 don't compile with gcc-4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
avidemux-2.0.42-gcc41.patch
avidemux-2.0.42-gcc41.patch (text/plain), 4.23 KB, created by
Kristiaan Lenaerts
on 2005-12-19 02:23:49 UTC
(
hide
)
Description:
avidemux-2.0.42-gcc41.patch
Filename:
MIME Type:
Creator:
Kristiaan Lenaerts
Created:
2005-12-19 02:23:49 UTC
Size:
4.23 KB
patch
obsolete
>--- avidemux/ADM_inpics/ADM_pics.h.old 2005-12-19 10:27:13.000000000 +0100 >+++ avidemux/ADM_inpics/ADM_pics.h 2005-12-19 10:27:32.000000000 +0100 >@@ -38,9 +38,9 @@ > > uint32_t _type; > >- uint32_t picHeader::read32(FILE *fd); >- uint16_t picHeader::read16(FILE *fd); >- uint8_t picHeader::read8(FILE *fd); >+ uint32_t read32(FILE *fd); >+ uint16_t read16(FILE *fd); >+ uint8_t read8(FILE *fd); > > public: > // static int checkFourCC(uint8_t *in, uint8_t *fourcc); >--- avidemux/ADM_video/ADM_vidDecTelecide.h.old 2005-12-19 10:28:58.000000000 +0100 >+++ avidemux/ADM_video/ADM_vidDecTelecide.h 2005-12-19 10:30:22.000000000 +0100 >@@ -112,32 +112,32 @@ > > public: > >- void Telecide::CalculateMetrics(int n, unsigned char *crp, unsigned char *crpU, unsigned char *crpV, >+ void CalculateMetrics(int n, unsigned char *crp, unsigned char *crpU, unsigned char *crpV, > unsigned char *prp, unsigned char *prpU, unsigned char *prpV); >- void Telecide::Show(ADMImage *dst, int frame); >- void Telecide::Debug(int frame); >+ void Show(ADMImage *dst, int frame); >+ void Debug(int frame); > >- Telecide::Telecide(AVDMGenericVideoStream *in,CONFcouple *couples); >+ Telecide(AVDMGenericVideoStream *in,CONFcouple *couples); > >- Telecide::~Telecide(); >+ ~Telecide(); > >- void Telecide::PutChosen(int frame, unsigned int chosen); >+ void PutChosen(int frame, unsigned int chosen); > > >- void Telecide::CacheInsert(int frame, unsigned int p, unsigned int pblock, >+ void CacheInsert(int frame, unsigned int p, unsigned int pblock, > unsigned int c, unsigned int cblock); > >- bool Telecide::CacheQuery(int frame, unsigned int *p, unsigned int *pblock, >+ bool CacheQuery(int frame, unsigned int *p, unsigned int *pblock, > unsigned int *c, unsigned int *cblock); > >- bool Telecide::PredictHardYUY2(int frame, unsigned int *predicted, unsigned int *predicted_metric) ; >+ bool PredictHardYUY2(int frame, unsigned int *predicted, unsigned int *predicted_metric) ; > >- struct PREDICTION *Telecide::PredictSoftYUY2(int frame); >+ struct PREDICTION *PredictSoftYUY2(int frame); > >- void Telecide::WriteHints(unsigned char *dst, bool film, bool inpattern); >- virtual uint8_t Telecide::getFrameNumberNoAlloc(uint32_t frame, uint32_t *len, >+ void WriteHints(unsigned char *dst, bool film, bool inpattern); >+ virtual uint8_t getFrameNumberNoAlloc(uint32_t frame, uint32_t *len, > ADMImage *data,uint32_t *flags); >- char *Telecide::printConf( void ); >- uint8_t Telecide::configure(AVDMGenericVideoStream *in); >- uint8_t Telecide::getCoupledConf( CONFcouple **couples); >+ char *printConf( void ); >+ uint8_t configure(AVDMGenericVideoStream *in); >+ uint8_t getCoupledConf( CONFcouple **couples); > }; >--- avidemux/ADM_video/ADM_vidDecDec.cpp.old 2005-12-19 10:32:03.000000000 +0100 >+++ avidemux/ADM_video/ADM_vidDecDec.cpp 2005-12-19 10:32:25.000000000 +0100 >@@ -147,8 +147,8 @@ > > public: > >- Decimate::Decimate(AVDMGenericVideoStream *in,CONFcouple *couples); >- Decimate::~Decimate(void); >+ Decimate(AVDMGenericVideoStream *in,CONFcouple *couples); >+ ~Decimate(void); > uint8_t getFrameNumberNoAlloc(uint32_t frame, uint32_t *len, > ADMImage *data,uint32_t *flags); > >--- avidemux/ADM_video/ADM_vidDGbob.cpp.old 2005-12-19 10:33:15.000000000 +0100 >+++ avidemux/ADM_video/ADM_vidDGbob.cpp 2005-12-19 10:33:27.000000000 +0100 >@@ -55,8 +55,8 @@ > void update(void); > public: > >- DGbob::DGbob(AVDMGenericVideoStream *in,CONFcouple *couples); >- DGbob::~DGbob(void); >+ DGbob(AVDMGenericVideoStream *in,CONFcouple *couples); >+ ~DGbob(void); > uint8_t getFrameNumberNoAlloc(uint32_t frame, uint32_t *len, > ADMImage *data,uint32_t *flags); > >--- avidemux/ADM_gui2/GUI_accelRender.h.old 2005-12-19 10:34:41.000000000 +0100 >+++ avidemux/ADM_gui2/GUI_accelRender.h 2005-12-19 10:34:59.000000000 +0100 >@@ -12,7 +12,7 @@ > class AccelRender > { > public: >- AccelRender::AccelRender( void); >+ AccelRender( void); > virtual uint8_t init(GtkWidget * window, uint32_t w, uint32_t h)=0; > virtual uint8_t end(void)=0; > virtual uint8_t display(uint8_t *ptr, uint32_t w, uint32_t h)=0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116015
: 75069 |
75070