Library_svt.mk (b2b569f2) Library_svt.mk (7e0206dd)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 62 unchanged lines hidden (view full) ---

71
72ifeq ($(SYSTEM_JPEG),YES)
73$(eval $(call gb_Library_add_linked_libs,svt,\
74 jpeg \
75))
76$(eval $(call gb_Library_set_ldflags,svt,\
77 $$(filter-out -L/usr/lib/jvm%,$$(LDFLAGS)) \
78))
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 62 unchanged lines hidden (view full) ---

71
72ifeq ($(SYSTEM_JPEG),YES)
73$(eval $(call gb_Library_add_linked_libs,svt,\
74 jpeg \
75))
76$(eval $(call gb_Library_set_ldflags,svt,\
77 $$(filter-out -L/usr/lib/jvm%,$$(LDFLAGS)) \
78))
79ifeq ($(GUIBASE),os2)
80# YD FIXME above is not working... needs ldflags hack...
81$(eval $(call gb_Library_set_ldflags,svt,\
82 $$(LDFLAGS) \
83 -ljpeg \
84))
85endif
86
79else
80$(eval $(call gb_Library_add_linked_static_libs,svt,\
81 jpeglib \
82))
83endif
84
85$(eval $(call gb_Library_add_exception_objects,svt,\
86 svtools/source/brwbox/brwbox1 \

--- 215 unchanged lines hidden ---
87else
88$(eval $(call gb_Library_add_linked_static_libs,svt,\
89 jpeglib \
90))
91endif
92
93$(eval $(call gb_Library_add_exception_objects,svt,\
94 svtools/source/brwbox/brwbox1 \

--- 215 unchanged lines hidden ---