diff options
author | Emil Velikov <[email protected]> | 2013-11-09 22:50:47 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 16:31:02 +0000 |
commit | 5f0df8ab22e23956e05451c7191b155e69e5c8d1 (patch) | |
tree | ef4de55cc26476324f900c8e9f75b62e492f8002 /src/gallium/targets/vdpau-nouveau | |
parent | 23588a9c04ca267799e8c85079cf5667a435790e (diff) |
targets/vdpau: move linker flags to Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/vdpau-nouveau')
-rw-r--r-- | src/gallium/targets/vdpau-nouveau/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gallium/targets/vdpau-nouveau/Makefile.am b/src/gallium/targets/vdpau-nouveau/Makefile.am index 20eb9208e2b..8a15d461f1b 100644 --- a/src/gallium/targets/vdpau-nouveau/Makefile.am +++ b/src/gallium/targets/vdpau-nouveau/Makefile.am @@ -20,6 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +# Note: Make sure VDPAU_EXPORTS is defined before including Automake.inc +VDPAU_EXPORTS = '^(vdp_imp_device_create_x11|nouveau_drm_screen_create)$$' include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ @@ -34,10 +36,7 @@ libvdpau_nouveau_la_SOURCES = \ $(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c libvdpau_nouveau_la_LDFLAGS = \ - -module \ - -version-number $(VDPAU_MAJOR):$(VDPAU_MINOR) \ - -shared \ - -no-undefined + $(GALLIUM_VDPAU_LINKER_FLAGS) libvdpau_nouveau_la_LIBADD = \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ |