Changeset 235455 in webkit


Ignore:
Timestamp:
Aug 28, 2018, 9:06:53 PM (7 years ago)
Author:
ddkilzer@apple.com
Message:

[libwebrtc] Remove references to Source/webrtc/modules/audio_coding/codecs/isac/main/source/fft.h

Found by tidy-Xcode-project-file script (see Bug 188754).

  • libwebrtc.xcodeproj/project.pbxproj:

(Source/webrtc/modules/audio_coding/codecs/isac/main/source/fft.h):
Remove references to this file since it doesn't exist.

Location:
trunk/Source/ThirdParty/libwebrtc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r235430 r235455  
     12018-08-28  David Kilzer  <ddkilzer@apple.com>
     2
     3        [libwebrtc] Remove references to Source/webrtc/modules/audio_coding/codecs/isac/main/source/fft.h
     4
     5        Found by tidy-Xcode-project-file script (see Bug 188754).
     6
     7        * libwebrtc.xcodeproj/project.pbxproj:
     8        (Source/webrtc/modules/audio_coding/codecs/isac/main/source/fft.h):
     9        Remove references to this file since it doesn't exist.
     10
    1112018-08-28  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

    r235430 r235455  
    22322232                5CDD87B81E43BC0500621E92 /* entropy_coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87821E43BC0500621E92 /* entropy_coding.c */; };
    22332233                5CDD87B91E43BC0500621E92 /* entropy_coding.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD87831E43BC0500621E92 /* entropy_coding.h */; };
    2234                 5CDD87BB1E43BC0500621E92 /* fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD87851E43BC0500621E92 /* fft.h */; };
    22352234                5CDD87BC1E43BC0500621E92 /* filter_functions.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87861E43BC0500621E92 /* filter_functions.c */; };
    22362235                5CDD87BF1E43BC0500621E92 /* filterbanks.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87891E43BC0500621E92 /* filterbanks.c */; };
     
    56035602                5CDD87821E43BC0500621E92 /* entropy_coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entropy_coding.c; path = source/entropy_coding.c; sourceTree = "<group>"; };
    56045603                5CDD87831E43BC0500621E92 /* entropy_coding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = entropy_coding.h; path = source/entropy_coding.h; sourceTree = "<group>"; };
    5605                 5CDD87851E43BC0500621E92 /* fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fft.h; path = source/fft.h; sourceTree = "<group>"; };
    56065604                5CDD87861E43BC0500621E92 /* filter_functions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filter_functions.c; path = source/filter_functions.c; sourceTree = "<group>"; };
    56075605                5CDD87891E43BC0500621E92 /* filterbanks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filterbanks.c; path = source/filterbanks.c; sourceTree = "<group>"; };
     
    1037210370                                5CDD87821E43BC0500621E92 /* entropy_coding.c */,
    1037310371                                5CDD87831E43BC0500621E92 /* entropy_coding.h */,
    10374                                 5CDD87851E43BC0500621E92 /* fft.h */,
    1037510372                                5CDD87861E43BC0500621E92 /* filter_functions.c */,
    1037610373                                5CDD87891E43BC0500621E92 /* filterbanks.c */,
     
    1209612093                                5CDD887C1E43BE3C00621E92 /* fec_test_helper.h in Headers */,
    1209712094                                41F2638921267F4000274F59 /* fft.h in Headers */,
    12098                                 5CDD87BB1E43BC0500621E92 /* fft.h in Headers */,
    1209912095                                41433D221F79B33400387B4D /* fft.h in Headers */,
    1210012096                                41F2636F21267B3E00274F59 /* fft4g.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.