Commit f2db5fd
committed
FFmpegUtilities: Rename RSHIFT to FF_RSHIFT
FFmpeg and Ruby have competing definitions of the RSHIFT macro, so
building the Ruby bindings causes warnings to be thrown when it's
redefined. This change defines FF_RSHIFT to replace FFmpeg's RSHIFT,
which is undef'd1 parent 0587ada commit f2db5fd
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
117 | 124 | | |
118 | 125 | | |
119 | 126 | | |
| |||
0 commit comments