OK,

as expected, just a tiny change to Makefile.w32... see the attached diff-file.

ciao
Ralph

> -----Ursprüngliche Nachricht-----
> Von: "DVBCUT questions,  discussions and announcements" 
> <dvbcut-user@lists.sourceforge.net>
> Gesendet: 26.03.08 19:16:06
> An:   discussions and announcements" <dvbcut-user@lists.sourceforge.net>
> Betreff: Re: [DVBCUT-user] [PATCH] FFmpeg includes have changed


> 
> Hi,
> 
> sorry to say that, but I guess that change again broke the windows build... 
> hadn't the time to look at it but probably we need to change that Makefile, 
> too.
> 
> ciao
> Ralph
>  
> > -----Ursprüngliche Nachricht-----
> > Von: "DVBCUT questions,  discussions and announcements" 
> > <dvbcut-user@lists.sourceforge.net>
> > Gesendet: 24.03.08 10:57:01
> > An:   discussions and announcements" <dvbcut-user@lists.sourceforge.net>
> > Betreff: Re: [DVBCUT-user] [PATCH] FFmpeg includes have changed
> 
> > 
> > Hi!
> > 
> > Wolfram Gloger wrote:
> > >>Sorry for the Germanese - the mail was supposed to go to Wolfram only.
> > > 
> > > 
> > > :) Anyway, Michael's patch _does_ work with current ffmpeg with one
> > > additional line:
> > > 
> > > --- SConstruct.orig     Mon Mar 24 07:29:02 2008
> > > +++ SConstruct  Mon Mar 24 07:33:24 2008
> > > @@ -127,6 +127,7 @@
> > >    
> > > env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libavcodec'))
> > >    
> > > env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libavformat'))
> > >    
> > > env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libswscale'))
> > > +  env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include'))
> > >  
> > >  if (ffmpegpath!='/usr'): 
> > >    env.Append(LIBPATH=os.path.join(str(ffmpegpath),'lib'))
> > > 
> > > (this is needed because the ffmpeg headers now use
> > > #include "libavcodec/..." etc. internally)
> > 
> > They really like to annoy people, I suppose.
> > 
> > Welcome to r123.
> > 
> > -- 
> > Michael "Tired" Riepe <[EMAIL PROTECTED]>
> > X-Tired: Each morning I get up I die a little
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > DVBCUT-user mailing list
> > DVBCUT-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dvbcut-user
> > 
> 
> _______________________________________________________________
> Schon gehört? Der neue WEB.DE MultiMessenger kann`s mit allen: 
> http://www.produkte.web.de/messenger/?did=3016
> 
> 
> 
> <hr>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> 
> <hr>
> _______________________________________________
> DVBCUT-user mailing list
> DVBCUT-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dvbcut-user
> 
> 

-- 
========================================================
 Ralph Glasstetter                                       
                                            0721 359166
 Rüppurrer Str. 62             [EMAIL PROTECTED]
 76137 Karlsruhe          fax/voice  01212 5 107 16 958
========================================================
_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114

--- dvbcut/src/Makefile.w32     (revision 123)
+++ dvbcut/src/Makefile.w32     (working copy)
@@ -69,7 +69,7 @@
 
 CXX = g++
 CXXFLAGS = -O2 -Wall -g
-CPPFLAGS = -I../ffmpeg/include -I../import -I/usr/local/include \
+CPPFLAGS = -I../ffmpeg/include/ffmpeg -I../import -I/usr/local/include \
        -I. -DQT3_SUPPORT -DHAVE_LIB_MAD -DHAVE_LIB_A52 -DHAVE_LIB_AO \
        -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS \
        -I$(QTDIR)/include/Qt -I$(QTDIR)/include/QtCore \

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to