Ticket #26894: libsamplerate.diff

File libsamplerate.diff, 1.3 KB (added by jmroot (Joshua Root), 14 years ago)
  • /Users/josh/Desktop/libsamplerate-0.1.

    diff -Npru /Users/josh/Desktop/libsamplerate-0.1.7-old/ChangeLog /Users/josh/Desktop/libsamplerate-0.1.7-new/ChangeLog
    old new  
    1111    This bug has zero security implications beyond the ability to cause a
    1212    program hitting this bug to exit immediately with a segfault.
    1313    See : http://www.mega-nerd.com/erikd/Blog/2009/Feb/14/index.html
    14     Thanks to David Cournapeau for the bug report.
     14    Thanks to David Cournapeau and Lev Givon for the bug report.
    1515
    1616    * doc/win32.html Makefile.am configure.ac
    1717    Reinstate Win32/MSVC compile instructions.
  • /Users/josh/Desktop/libsamplerate-0.1.

    diff -Npru /Users/josh/Desktop/libsamplerate-0.1.7-old/Win32/config.h /Users/josh/Desktop/libsamplerate-0.1.7-new/Win32/config.h
    old new  
    190190#define STDC_HEADERS 1
    191191
    192192/* Version number of package */
    193 <<<<<<< diff from left file
    194 #define VERSION "0.1.4"
     193#define VERSION "0.1.7"
    195194
    196195
    197196
     
    203202*/
    204203
    205204#define inline __inline
    206 ========
    207 #define VERSION "0.1.7"
    208 >>>>>>> diff from right file