Skip to content

Commit

Permalink
keep third_party/openh264/
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 15, 2016
1 parent 692f3a0 commit 6c5df2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromium-browser.spec
Expand Up @@ -88,7 +88,7 @@ Release: 1
License: BSD%{!?with_system_ffmpeg:, LGPL v2+ (ffmpeg)}
Group: X11/Applications/Networking
Source0: http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{branch}.%{basever}.tar.xz
# Source0-md5: 1478a14b01d6dcaa9c93d2c292731a00
# Source0-md5: 62035ea6d4d9fecd2819e7a8fcbc3946
#Source0: http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{branch}.%{basever}.tar.gz
%if "%{?patchver}" != ""
Patch0: http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{version}.patch.xz
Expand Down
3 changes: 2 additions & 1 deletion clean-source.sh
Expand Up @@ -661,6 +661,7 @@ clean_third_party() {
'!' -path 'third_party/mojo/*' \
'!' -path 'third_party/mt19937ar/*' \
'!' -path 'third_party/npapi/*' \
'!' -path 'third_party/openh264/*' \
'!' -path 'third_party/openmax_dl/*' \
'!' -path 'third_party/ots/*' \
'!' -path 'third_party/pdfium/*' \
Expand Down Expand Up @@ -1254,7 +1255,7 @@ fi

# report what's in them
for a in REMOVED-*.txt; do
cat $a
sed -e "s/^/$a: /" $a
done

# vim:fdm=marker

0 comments on commit 6c5df2d

Please sign in to comment.