Changeset 59:bf6153205a0d in mediastreamer2


Ignore:
Timestamp:
Oct 1, 2008 10:48:50 PM (5 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

update build to take account of new libx264 and speex delivery.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@62 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/linphone.iss

    r27 r59  
    3838Source: "..\..\linphone-deps\bin\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion 
    3939Source: "..\..\linphone-deps\bin\avutil.dll"; DestDir: "{app}"; Flags: ignoreversion 
     40Source: "..\..\linphone-deps\bin\libspeex-1.dll"; DestDir: "{app}"; Flags: ignoreversion 
     41Source: "..\..\linphone-deps\bin\libspeexdsp-1.dll"; DestDir: "{app}"; Flags: ignoreversion 
    4042Source: "..\mediastreamer2\build\win32native\mediastreamer2.dll"; DestDir: "{app}"; Flags: ignoreversion 
    4143Source: "..\oRTP\build\win32native\ortp.dll"; DestDir: "{app}"; Flags: ignoreversion 
  • linphone/mediastreamer2/build/win32native/mediastreamer2.dev

    r0 r59  
    515515Compiler=-ggdb_@@_-DINET6 _@@_-DORTP_INET6 _@@_-D_WORKAROUND_MINGW32_BUGS_@@_-D_WIN32_WINNT=0x0501 _@@_-DNOSDL_@@_-DVIDEO_ENABLED_@@_-DNORESAMPLE_@@_-Wall _@@_-DHAVE_LIBAVCODEC_AVCODEC_H_@@_ 
    516516CppCompiler= 
    517 Linker=-lortp_@@_-lavcodec_@@_-lavutil_@@_-ltheora_@@_-lspeex_@@_-lgsm_@@_-lws2_32_@@_-lwinmm_@@_-lvfw32_@@_-logg_@@__@@_ 
     517Linker=-lortp_@@_-lavcodec_@@_-lavutil_@@_-ltheora_@@_-lspeex_@@_-lspeexdsp_@@_-lgsm_@@_-lws2_32_@@_-lwinmm_@@_-lvfw32_@@_-logg_@@__@@_ 
    518518PreprocDefines= 
    519519CompilerSettings=0000000000010000000000 
  • linphone/mediastreamer2/plugins/msx264/msx264.iss

    r0 r59  
    44[Setup] 
    55AppName=msx264 
    6 AppVerName=msx264 H.264 plugin for linphone. Plugin version is 1.1.2. 
     6AppVerName=msx264 H.264 plugin for linphone. Plugin version is 1.1.3. 
    77AppPublisher=linphone.org 
    88AppPublisherURL=http://www.linphone.org 
     
    1111DefaultDirName={pf}\Linphone 
    1212DefaultGroupName=Linphone 
    13 LicenseFile=C:\Documents and Settings\simorl.EMEA\cvs\linphone\mediastreamer2\plugins\msx264\COPYING 
    14 InfoBeforeFile=C:\Documents and Settings\simorl.EMEA\cvs\linphone\mediastreamer2\plugins\msx264\README 
     13LicenseFile=COPYING 
     14InfoBeforeFile=README 
    1515OutputBaseFilename=setup 
    1616Compression=lzma 
     
    2424 
    2525[Files] 
    26 Source: "C:\Documents and Settings\simorl.EMEA\cvs\linphone\mediastreamer2\plugins\msx264\libmsx264.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion 
     26Source: "libmsx264.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion 
    2727; NOTE: Don't use "Flags: ignoreversion" on any shared system files 
    2828 
Note: See TracChangeset for help on using the changeset viewer.