- Timestamp:
-
Jul 23, 2010, 4:50:17 PM (15 years ago)
- Author:
-
davidf
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Owner set to davidf
-
Property
Status
changed from
new
to
accepted
-
initial
|
v1
|
|
1 | | Build fails if using: |
| 1 | It looks like the following is occuring in source/Lib/TLibCommon/TComLoopFilter.h: |
2 | 2 | {{{ |
3 | | #define ANG_INTRA 0 |
4 | | #define PLANAR_INTRA 1 |
5 | | #define TENTM_DEBLOCKING_FILTER 0 |
6 | | #define HHI_DEBLOCKING_FILTER 0 |
| 3 | 5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000 72) #if HHI_DEBLOCKING_FILTER || TENTM_DEBLOCKING_FILTER |
| 4 | ... |
| 5 | 5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000 87) #if PLANAR_INTRA |
| 6 | 5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000 88) Void xPelFilterPlanarIntra ( Pel* piSrc, Int iOffset, Int iBlkSize ); |
| 7 | 5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000 89) Void xEdgeFilterPlanarIntra ( TComDataCU* pcCU, UInt uiAbsZorderIdx, Int iDir ); |
| 8 | 5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000 90) #endif |
7 | 9 | }}} |
8 | 10 | |
9 | | Build log: |
10 | | {{{ |
11 | | source/Lib/TLibCommon/TComLoopFilter.cpp: In member function 'Void TComLoopFilter::xDeblockCU(TComDataCU*, UInt, UInt)': |
12 | | source/Lib/TLibCommon/TComLoopFilter.cpp:198:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope |
13 | | source/Lib/TLibCommon/TComLoopFilter.cpp:211:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope |
14 | | }}} |
| 11 | As this is from your integration, please can you confirm that the #PLANAR_INTRA block should be moved outside the "HHI_DEBLOCKING_FILTER || TENTM_DEBLOCKING_FILTER" prepr ocessor guard. |
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant - arild.fuldseth@…(Subscriber)
- David Flynn(Reporter, Owner, Subscriber, Participant)
- Frank Bossen(Subscriber)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Always)
|