Skip to content

Commit

Permalink
overlay: Compile MDSS rotator even when headers not present
Browse files Browse the repository at this point in the history
Change-Id: Ifc74531b6d73ab5d752441d1a0e7d3b0d0d658e0
(cherry picked from commit e76f183710272f02149e003357107c85bc74914b)
  • Loading branch information
naseer committed Nov 19, 2012
1 parent 4844e43 commit c21013b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liboverlay/mdssRotator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#include "overlayUtils.h"
#include "overlayRotator.h"

#ifndef MDSS_MDP_ROT_ONLY
#define MDSS_MDP_ROT_ONLY 0x80
#endif

namespace ovutils = overlay::utils;

namespace overlay {
Expand Down

0 comments on commit c21013b

Please sign in to comment.