Changeset 235455 in webkit
- Timestamp:
- Aug 28, 2018, 9:06:53 PM (7 years ago)
- Location:
- trunk/Source/ThirdParty/libwebrtc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/libwebrtc/ChangeLog
r235430 r235455 1 2018-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 1 11 2018-08-28 Youenn Fablet <youenn@apple.com> 2 12 -
trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
r235430 r235455 2232 2232 5CDD87B81E43BC0500621E92 /* entropy_coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87821E43BC0500621E92 /* entropy_coding.c */; }; 2233 2233 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 */; };2235 2234 5CDD87BC1E43BC0500621E92 /* filter_functions.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87861E43BC0500621E92 /* filter_functions.c */; }; 2236 2235 5CDD87BF1E43BC0500621E92 /* filterbanks.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD87891E43BC0500621E92 /* filterbanks.c */; }; … … 5603 5602 5CDD87821E43BC0500621E92 /* entropy_coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entropy_coding.c; path = source/entropy_coding.c; sourceTree = "<group>"; }; 5604 5603 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>"; };5606 5604 5CDD87861E43BC0500621E92 /* filter_functions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filter_functions.c; path = source/filter_functions.c; sourceTree = "<group>"; }; 5607 5605 5CDD87891E43BC0500621E92 /* filterbanks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filterbanks.c; path = source/filterbanks.c; sourceTree = "<group>"; }; … … 10372 10370 5CDD87821E43BC0500621E92 /* entropy_coding.c */, 10373 10371 5CDD87831E43BC0500621E92 /* entropy_coding.h */, 10374 5CDD87851E43BC0500621E92 /* fft.h */,10375 10372 5CDD87861E43BC0500621E92 /* filter_functions.c */, 10376 10373 5CDD87891E43BC0500621E92 /* filterbanks.c */, … … 12096 12093 5CDD887C1E43BE3C00621E92 /* fec_test_helper.h in Headers */, 12097 12094 41F2638921267F4000274F59 /* fft.h in Headers */, 12098 5CDD87BB1E43BC0500621E92 /* fft.h in Headers */,12099 12095 41433D221F79B33400387B4D /* fft.h in Headers */, 12100 12096 41F2636F21267B3E00274F59 /* fft4g.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.