Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: source/config/linux/mipsel/vp8_rtcd.h

Issue 13042014: Description: (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/config/linux/ia32/vpx_scale_rtcd.h ('k') | source/config/linux/mipsel/vp9_rtcd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef VP__RTCD_ 1 #ifndef VP8_RTCD_H_
2 #define VP__RTCD_ 2 #define VP8_RTCD_H_
3 3
4 #ifdef RTCD_C 4 #ifdef RTCD_C
5 #define RTCD_EXTERN 5 #define RTCD_EXTERN
6 #else 6 #else
7 #define RTCD_EXTERN extern 7 #define RTCD_EXTERN extern
8 #endif 8 #endif
9 9
10 /* 10 /*
11 * VP8 11 * VP8
12 */ 12 */
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 void vp8_rtcd(void); 322 void vp8_rtcd(void);
323 #include "vpx_config.h" 323 #include "vpx_config.h"
324 324
325 #ifdef RTCD_C 325 #ifdef RTCD_C
326 static void setup_rtcd_internal(void) 326 static void setup_rtcd_internal(void)
327 { 327 {
328 328
329 } 329 }
330 #endif 330 #endif
331 #endif 331 #endif
OLDNEW
« no previous file with comments | « source/config/linux/ia32/vpx_scale_rtcd.h ('k') | source/config/linux/mipsel/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698